home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Graphics / Ghostscript / source / gdevupd.c < prev    next >
C/C++ Source or Header  |  1997-08-04  |  212KB  |  6,188 lines

  1. /* Copyright (C) 1997 Aladdin Enterprises.  All rights reserved.
  2.  
  3.   This file is part of Aladdin Ghostscript.
  4.  
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.  
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17. */
  18.  
  19. /* gdevupd.c $Revision: 1.70 $ */
  20. /* "uniprint" -- Ugly Printer Driver by Gunther Hess (gunther@elmos.de) */
  21.  
  22. /* Revision-History:
  23.    23-Mar-1997 -  1.43: First published version
  24.    24-Mar-1997 -  1.44: gs4.03 compatible version on the web
  25.    31-Mar-1997 -  1.53: First Version inside gs-fileset (limited)
  26.    28-Apr-1997 -  1.54: Version intended for public gs-release
  27.     4-May-1997 -  1.55: Deactivated an accidentially active Debug-Option
  28.    14-Jun-1997 -  1.56: Bug-Workaround for White on White Printing (gs5.0)
  29.    17-Jun-1997 -  1.57: More reasonable Fix for the above Bug
  30.    ...
  31.     7-Jul-1997 -  1.68: NULL-Param-BUG, HR's BJC, Pwidth/-height BUG, YFlip
  32.    25-Jul-1997 -  1.69: Bug-Fix: incomplete Change of PHEIGHT-Treatment
  33.     4-Aug-1997 -  1.70: Arrgh: still incomplete Change of PHEIGHT-Treatment
  34. */
  35.  
  36. /* Canon BJC 610 additions from (hr)
  37.       Helmut Riegler <helmut-riegler@net4you.co.at>
  38.  
  39.    The BJC-4000 can be supported very easily, only by creating the right .upp
  40.    parameter file. If you have this printer and you are willing to do this,
  41.    contact me, I'll give you the technical details (ESC codes).
  42. */
  43.  
  44. /* ------------------------------------------------------------------- */
  45. /* Compile-Time-Options                                                */
  46. /* ------------------------------------------------------------------- */
  47.  
  48. /**
  49. There are two compile-time options for this driver:
  50.    1. UPD_SIGNAL   enables interrupt detection, that aborts printing and
  51.    2. UPD_MESSAGES controls the amount of messages generated by the driver
  52. */
  53.  
  54. #ifndef   UPD_SIGNAL
  55. #ifdef      __unix__
  56. #define       UPD_SIGNAL 1 /** Activated, if undefined, on UNIX-Systems */
  57. #else  /*  !__unix__ */
  58. #define       UPD_SIGNAL 0 /** Inactive on others, by default */
  59. #endif /*  ?__unix__ */
  60. #endif /* UPD_SIGNAL */
  61.  
  62. #ifndef   UPD_MESSAGES
  63. #define   UPD_MESSAGES UPD_M_ERROR /** Error-messages only, if not defined */
  64. #endif /* UPD_MESSAGES */
  65.  
  66. /* ------------------------------------------------------------------- */
  67. /* Required Header-Files                                               */
  68. /* ------------------------------------------------------------------- */
  69.  
  70. #ifndef   hess_test_INCLUDED /* A private test-Option */
  71.  
  72. #include "gdevprn.h" /** Printer-superclass header */
  73. #include "gsparam.h" /** For the Parameter-Handling (optional) */
  74.  
  75. #include <stdlib.h> /** for rand */
  76. #include <limits.h> /** for INT_MIN */
  77. #include <ctype.h>  /** for isupper */
  78.  
  79. #endif /* hess_test_INCLUDED    A private test-Option */
  80.  
  81. #if       UPD_SIGNAL
  82. #include <signal.h> /** Only included, if UPD_SIGNAL is active (true) */
  83. #endif /* UPD_SIGNAL */
  84.  
  85. /* ------------------------------------------------------------------- */
  86. /* Device-Structure (including an additional Structure-Pointer-Type)   */
  87. /* ------------------------------------------------------------------- */
  88.  
  89. typedef struct upd_s upd_t,*upd_p; /** Type & Pointer of device-specifics */
  90. typedef const upd_t *upd_pc;       /** Pointer to constant device-specfics */
  91.  
  92. typedef struct upd_device_s {      /** The driver must typedef ... */
  93.    gx_device_common;               /**    common fields for all devices */
  94.    gx_prn_device_common;           /**    common fields for printing-devices */
  95.    gs_param_string upd_version;    /**    Source-Code Version */
  96.    upd_p           upd;            /**    uniprint-specific extension */
  97. } upd_device;                      /** some type usually  <name>_device> */
  98.  
  99. /* ------------------------------------------------------------------- */
  100. /* Major Driver-Functions                                              */
  101. /* ------------------------------------------------------------------- */
  102.  
  103. private dev_proc_print_page(upd_print_page); /** print a page (required) */
  104.  
  105. private dev_proc_open_device(upd_open);      /** device-initialization (opt) */
  106. private dev_proc_close_device(upd_close);    /** device-release (opt) */
  107.  
  108. private dev_proc_get_params(upd_get_params); /** export parameters (opt) */
  109. private dev_proc_put_params(upd_put_params); /** import parameters (opt) */
  110.  
  111. /**
  112. A `normal' Device-Driver wil only implement one of the following pairs
  113. of functions for the colormapping. But "uniprint" is something special and
  114. it really provides all four reasonable pairs and in addition to that
  115. a fifth set of functions, that delivers better FS-Results with KCMY.
  116.  
  117. The first pair is for the mapping into a single stored component, that
  118. usually represents a grayscale. But nevertheless GHOSTSCRIPT deals with
  119. RGB-Values, but promises to deal with R==G==B-Values when asking to map.
  120.  
  121. The second pair deals with RGB-Values.
  122. */
  123.  
  124. private dev_proc_map_rgb_color( upd_rgb_1color);  /** RGB->Gray-Index */
  125. private dev_proc_map_color_rgb( upd_1color_rgb);  /** Gray-Index->RGB */
  126.  
  127. private dev_proc_map_rgb_color( upd_rgb_3color);  /** RGB->RGB-Index */
  128. private dev_proc_map_color_rgb( upd_3color_rgb);  /** RGB-Index->RGB */
  129.  
  130. /**
  131. The third pair maps RGB-Values into four components, which one might
  132. expect to be KCMY-Values, but they are not: "uniprint" considers this four
  133. Values as White+RGB Values!
  134. */
  135.  
  136. private dev_proc_map_rgb_color( upd_rgb_4color);  /** RGB->WRGB-Index */
  137. private dev_proc_map_color_rgb(upd_4color_rgb);   /** WRGB-Index->RGB */
  138.  
  139. /**
  140. Finally the fourth pair deals with KCMY-Values. The Mapping-Function
  141. is of a different type, due to the additional argument, but the
  142. inverse-Function is of the same type, and expects RGB-Values to be
  143. deliverd into the receiving 3-Component-Array!
  144. */
  145.  
  146. private dev_proc_map_cmyk_color(upd_cmyk_icolor); /** KCMY->KCMY-Index */
  147. private dev_proc_map_color_rgb( upd_icolor_rgb);  /** KCMY->RGB-Index */
  148.  
  149. /**
  150. The difference between the icolor-pair and the kcolor-pair is the enforced
  151. black-generation in the forward-mapping. that is taken into account by the
  152. reverse-mapping too.
  153. */
  154.  
  155. private dev_proc_map_cmyk_color(upd_cmyk_kcolor); /** adds black generation */
  156. private dev_proc_map_color_rgb( upd_kcolor_rgb);  /** watches black-gen */
  157.  
  158. /**
  159. For the sake of efficiency there is that bunch of functions and they
  160. perform no validity checks, thus it has to be assured that they are
  161. only active, if there is a valid device-structure for then.
  162. upd_procs_map performs this task.
  163. */
  164.  
  165. private int             upd_procs_map( P1(upd_device *udev));
  166.  
  167. /* ------------------------------------------------------------------- */
  168. /* Prototype of the Device-Structure (the only thing exported!)        */
  169. /* ------------------------------------------------------------------- */
  170.  
  171. /**
  172. "uniprint" needs a procedure-table of its own, since it provides several
  173. optional procedures. Simpler-Drivers (e.g. non-color-drivers) may use
  174. prn_std_procs instead of defining their own procedure-table.
  175. */
  176.  
  177. #define upd_set_dev_proc(dev, p, proc) \
  178.    ((dev)->std_procs.p = (dev)->orig_procs.p = (proc))
  179.  
  180. private gx_device_procs upd_procs = {  /** Table of procedures */
  181.    upd_open,                      /** open-function, upd-special */
  182.    gx_default_get_initial_matrix, /** retrieve matrix */
  183.    gx_default_sync_output,        /** sync display */
  184.    gdev_prn_output_page,          /** superclass-print (calls back) */
  185.    upd_close,                     /** close-function, upd-special */
  186.    gx_default_map_rgb_color,      /** RGB-mapping */
  187.    gx_default_map_color_rgb,      /** reverse mapping */
  188.    NULL,                          /** fill_rectangle */
  189.    NULL,                          /** tile_rectangle */
  190.    NULL,                          /** copy_mono */
  191.    NULL,                          /** copy_color */
  192.    NULL,                          /** draw_line */
  193.    gx_default_get_bits,           /** reads scanlines, e.g. for the driver */
  194.    upd_get_params,                /** Export parameters, upd-special */
  195.    upd_put_params,                /** Import parameters, upd-special */
  196.    gx_default_map_cmyk_color      /** KCMY-mapping */
  197. };                                     /** */
  198.  
  199. /**
  200. The prototype-instance of the device-structure _must_ have the name
  201. "gs_uniprint_device", where "uniprint" is the external name of the driver.
  202. This notice is bluntly copied from drivers.txt, which a potential
  203. driver-author should carefully read.
  204.  
  205. Just to mention: this prototype is quite similar to the one, that
  206. "prn_device" produces and it identifies "uniprint" as a monochrome 1Bit
  207. device to GHOSTSCRIPT. But during the lifetime of a driver-instance
  208. this might change.
  209.  
  210. This is the end of the part of declarations, that are common for
  211. color-drivers. The next sections address "uniprint"-specific data-types
  212. and the reader might directly skip to the section titled
  213.  
  214.     upd_print_page: The main workhorse
  215. */
  216.  
  217. upd_device far_data gs_uniprint_device = { /** */
  218.    prn_device_body(upd_device, upd_procs,  /** The Type and Procedures */
  219.       "uniprint",                          /** External name of the Device */
  220.       DEFAULT_WIDTH_10THS,                 /** X-Size (1/10") */
  221.       DEFAULT_HEIGHT_10THS,                /** Y-Size (1/10") */
  222.       72, 72,                              /** X,Y-DpI */
  223.       0.0, 0.0, 0.0, 0.0,                  /** L,B,R,T-Margin */
  224.       1, /**  color_info.num_components 1/3/4 */
  225.       1, /**  color_info.depth         1/2/4/8/16/24/32 */
  226.       1, /**  color_info.max_gray      # of distinct gray levels -1 (255/1) */
  227.       0, /**  color_info.max_color     # of distinct color levels -1 (255/1/0)*/
  228.       1, /**  color_info.dither_grays  size of gray ramp for dithering (5/2) */
  229.       0, /**  color_info.dither_colors size of color cube ditto (5/2/0) */
  230.       upd_print_page),                     /** Print-procedure */
  231.       { NULL, 0, true },                   /** Driver-Version */
  232.       NULL                                 /** upd-field: Initially none */
  233. };                                         /** */
  234.  
  235.  
  236. /* ------------------------------------------------------------------- */
  237. /* UPD-Data- and Prototypes                                            */
  238. /* ------------------------------------------------------------------- */
  239.  
  240. /*@ gdevupd.h < */
  241. /* ------------------------------------------------------------------- */
  242. /* External names of the UPD-Parameters                                */
  243. /* ------------------------------------------------------------------- */
  244.  
  245. /** UPD-Parameters
  246.  
  247. "uniprint" supports a hole bunch of external parameters. This Parameters
  248. fall into the following categories:
  249.  
  250.  0. special-string the upd_version, readonly          upd_version
  251.  1. choice         name-indices, stored in            upd->choice
  252.  2. boolean        single bits, stored in             upd->flags
  253.  3. integers       single numbers, stored in          upd->ints
  254.  4. integer-Arrays arrays of numbers, stored in       upd->int_a
  255.  5. string         device-commands, stored in         upd->strings
  256.  6. string-Arrays  arrayed device-commands, stored in upd->string_a
  257.  7. float-Arrays   arrays of floats, stored in        upd->float_a
  258.  
  259. Currently there is no need for single floats, but they may be introduced in
  260. future versions. Since "uniprint" somtimes manipulates the contents of the
  261. array-variables it dynamically allocates storage for all this parameters.
  262.  
  263. The following sections defines the names for this parameters in the order,
  264. they are stored within the mentioned dynamic fields of the upd-structure.
  265. A NULL-name means that the corresponding parameter is not externally visible.
  266. Besides the name, there is always a symbolic index #defined, that MUST match
  267. the Index-Number of the name.
  268. Actually
  269. */
  270.  
  271. static const byte *const upd_version = "upVersion"; /** Readonly Version */
  272.  
  273. /** Names for the multiple-choice-Parameters
  274.  
  275. Currently there are three Parameters, that are handled as named choices.
  276. For each of them, there is an array of constant strings that consists of
  277.  
  278. 1.       the Parameter-Name
  279. 2. - n-1 the available choices.
  280. n.       A terminating NULL
  281. */
  282.  
  283. static const byte *const upd_mapper[] = { "upColorModel",
  284. #define MAP_GRAY        1   /** Monochrome & Grayscale Devices */
  285. "DeviceGray",               /** Monochrome & Grayscale Devices */
  286. #define MAP_RGBW        2   /** RGB with White-Generation */
  287. "DeviceRGBW",               /** RGB with White-Generation */
  288. #define MAP_RGB         3   /** RGB-Mapping */
  289. "DeviceRGB",                /** RGB-Mapping */
  290. #define MAP_CMYK        4   /** CMYK-Mapping */
  291. "DeviceCMYK",               /** CMYK-Mapping */
  292. #define MAP_CMYKGEN     5   /** CMYK-Mapping with Black-Generation */
  293. "DeviceCMYKgenerate",       /** CMYK-Mapping with Black-Generation */
  294. NULL
  295. };
  296.  
  297. static const byte *const upd_render[] = { "upRendering",
  298. #define RND_FSCOMP      1   /** Componentwise Floyd-Steinberg */
  299. "ErrorDiffusion",           /** Componentwise Floyd-Steinberg */
  300. #define RND_FSCMYK      2   /** CMYK-specialized 32Bit Floyd-Steinberg */
  301. "FSCMYK32",                 /** CMYK-specialized 32Bit Floyd-Steinberg */
  302. NULL
  303. };
  304.  
  305. static const byte *const upd_format[] = { "upOutputFormat",
  306. #define FMT_RAS         1   /** Generates SUN-Rasterfiles */
  307. "SunRaster",                /** Generates SUN-Rasterfiles */
  308. #define FMT_EPSON       2   /** Generates X+Y-Weaved ESC/P-Output */
  309. "Epson",                    /** Generates X+Y-Weaved ESC/P-Output */
  310. #define FMT_ESCP2Y      3   /** Generates Y-Weaved ESC/P2-Output */
  311. "EscP2",                    /** Generates Y-Weaved ESC/P2-Output */
  312. #define FMT_ESCP2XY     4   /** Generates X+Y-Weaved ESC/P2-Output */
  313. "EscP2XY",                  /** Generates X+Y-Weaved ESC/P2-Output */
  314. #define FMT_RTL         5   /** Generates HP-PCL/RTL-Output */
  315. "Pcl",                      /** Generates HP-PCL/RTL-Output */
  316. #define FMT_CANON       6   /** Generates Output for Canon extended mode (hr) */
  317. "Canon",                    /** Generates Output for Canon extended mode (hr) */
  318. NULL
  319. };
  320.  
  321. static const byte *const *const upd_choice[] = {
  322. #define C_MAPPER        0   /** the selected Mapper */
  323.    upd_mapper,
  324. #define C_RENDER        1   /** the selected Rendering */
  325.    upd_render,
  326. #define C_FORMAT        2   /** the selected Choice */
  327.    upd_format
  328. };
  329.  
  330. /** Names for the flags (bool)
  331. */
  332.  
  333. static const byte *const upd_flags[] = {      /** */
  334. #define B_REVDIR            ((uint32) 1<<0)   /** FS-Dir-Flag */
  335. "upFSReverseDirection",                       /** FS-Dir-Flag */
  336. #define B_FIXDIR            ((uint32) 1<<1)   /** Do not alter FS-direction */
  337. "upFSFixedDirection",                         /** Do not alter FS-direction */
  338. #define B_FSWHITE           ((uint32) 1<<2)   /** Process white in FS */
  339. "upFSProcessWhiteSpace",                      /** Process white in FS */
  340. #define B_FSZERO            ((uint32) 1<<3)   /** Zero FS-Initialization */
  341. "upFSZeroInit",                               /** Zero FS-Initialization */
  342.  
  343. #define B_PAGEWIDTH         ((uint32) 1<<4)   /** Adjust Width in BOP */
  344. "upAdjustPageWidthCommand",                   /** Adjust Page-Width in BOP */
  345. #define B_PAGELENGTH        ((uint32) 1<<5)   /** Adjust Length in BOP */
  346. "upAdjustPageLengthCommand",                  /** Adjust Page-Length in BOP */
  347. #define B_TOPMARGIN         ((uint32) 1<<6)   /** Adjust Top-Margin in BOP */
  348. "upAdjustTopMarginCommand",                   /** Adjust Top-Margin in BOP */
  349. #define B_BOTTOMMARGIN      ((uint32) 1<<7)   /** Adjust Bottom-Margin in BOP */
  350. "upAdjustBottomMarginCommand",                /** Adjust Bottom-Margin in BOP */
  351.  
  352. #define B_XABS              ((uint32) 1<<8)   /** Use Absolute X-Values */
  353. "upFormatXabsolute",                          /** Use Absolute X-Values */
  354. #define B_YABS              ((uint32) 1<<9)   /** Use Absolute Y-Values */
  355. "upFormatYabsolute",                          /** Use Absolute Y-Values */
  356.  
  357. #define B_MAP               ((uint32) 1<<10)  /** Mapping Initialized */
  358. "upColorModelInitialized",                    /** Mapping Initialized */
  359. #define B_BUF               ((uint32) 1<<11)  /** Raster-Buffer Initialized */
  360. "upRasterBufferInitialized",                  /** Raster-Buffer Initialized */
  361. #define B_RENDER            ((uint32) 1<<12)  /** Rendering Initialized */
  362. "upRenderingInitialized",                     /** Rendering Initialized */
  363. #define B_FORMAT            ((uint32) 1<<13)  /** Formatter Initialized */
  364. "upOutputFormatInitialized",                  /** Formatter Initialized */
  365. #define B_ABORT             ((uint32) 1<<14)  /** Abort on Interrupt */
  366. "upOutputAborted",                            /** Abort on Interrupt */
  367. #define B_ERROR             ((uint32) 1<<15)  /** Severe Error detected */
  368. "upErrorDetected",                            /** Severe Error detected */
  369.  
  370. #define B_OPEN              ((uint32) 1<<16)  /** Open-Command written */
  371. "upWroteData",                                /** Open-Command written */
  372.  
  373. #define B_YFLIP             ((uint32) 1<<17)  /** Mirrored printing (hr) */
  374. "upYFlip"                                     /** Mirrored printing (hr) */
  375.  
  376. };
  377.  
  378. /** B_OK4GO: Bits required to execute the print-loop */
  379.  
  380. #define B_OK4GO  (B_MAP | B_BUF | B_RENDER | B_FORMAT)
  381.  
  382. /** Names for the ints
  383. */
  384.  
  385. static const byte *const upd_ints[] = {
  386. #define I_PWIDTH            0                 /** Output-Width */
  387. "upOutputWidth",
  388. #define I_PHEIGHT           1                 /** Output-Height */
  389. "upOutputHeight",
  390. #define I_NCOMP             2                 /** Output-Components */
  391. "upOutputComponents",
  392. #define I_NSCNBUF           3                 /** Output-Buffers */
  393. "upOutputBuffers",
  394. #define I_XSTEP             4                 /** Unit-Step */
  395. "upOutputXStep", /* > 0 -> divide Raster-X, < 0 muliply Raster-X */
  396. #define I_XOFS              5                 /** abs. X-Offset */
  397. "upOutputXOffset",
  398. #define I_YSTEP             6                 /** Unit-Step */
  399. "upOutputYStep", /* > 0 -> divide Raster-Y, < 0 muliply Raster-Y */
  400. #define I_YOFS              7                 /** abs. Y-Offset */
  401. "upOutputYOffset",
  402. #define I_PINS2WRITE        8                 /** Number of Pins */
  403. "upOutputPins",
  404.  
  405. #define I_NXPASS            9                 /** X-Passes */
  406. "upWeaveXPasses",
  407. #define I_NYPASS           10                 /** Y-Passes */
  408. "upWeaveYPasses",
  409. #define I_NPASS            11                 /** Total # Passes */
  410. "upWeavePasses",
  411. #define I_BEG_Y            12                 /** Start of normal Weaving */
  412. "upWeaveInitialScan",
  413. #define I_END_Y            13                 /** End of normal Weaving */
  414. "upWeaveFinalScan",
  415. #define I_BEGSKIP          14                 /** A Scan-Offset */
  416. "upWeaveYOffset"
  417. };
  418.  
  419. /** Names for the Integer-Arrays
  420. */
  421.  
  422. static const byte *const upd_int_a[] = {      /** */
  423. #define IA_COLOR_INFO       0                 /** external color_info */
  424. "upColorInfo",                                /** external color_info */
  425.  
  426. #define IA_COMPBITS         1                 /** Bits stored per Component */
  427. "upComponentBits",                            /** Bits stored per Component */
  428. #define IA_COMPSHIFT        2                 /** Shift for the stored Bits */
  429. "upComponentShift",                           /** Shift for the stored Bits */
  430. #define IA_COMPORDER        3                 /** Order of Output-Components */
  431. "upOutputComponentOrder",                     /** Order of Output-Components */
  432.  
  433. #define IA_STD_DY           4                 /** Standard-Weave Feeds */
  434. "upWeaveYFeeds",                              /** Standard-Weave Feeds */
  435. #define IA_STD_IX           5                 /** Standard-Weave X-Passes */
  436. "upWeaveXStarts",                             /** Standard-Weave X-Start */
  437. #define IA_BEG_DY           6                 /** Initial-Weave Feeds */
  438. "upWeaveInitialYFeeds",                       /** Initial-Weave Feeds */
  439. #define IA_BEG_IX           7                 /** Initial-Weave X-Start */
  440. "upWeaveInitialXStarts",                      /** Initial-Weave X-Start */
  441. #define IA_BEGBOT           8                 /** Initial-Weave #Pins */
  442. "upWeaveInitialPins",                         /** Initial-Weave #Pins */
  443. #define IA_END_DY           9                 /** Final-Weave Feeds */
  444. "upWeaveFinalYFeeds",                         /** Final-Weave Feeds */
  445. #define IA_END_IX          10                 /** Final-Weave X-Start */
  446. "upWeaveFinalXStarts",                        /** Final-Weave X-Start */
  447. #define IA_ENDTOP          11                 /** Final-Weave #Pins */
  448. "upWeaveFinalPins"                            /** Final-Weave #Pins */
  449. };
  450.  
  451. /** Names of the String-Parameters
  452. */
  453.  
  454. static const byte *const upd_strings[] = { /** */
  455. #define S_MODEL             0                 /** Name of the Printer-Model */
  456. "upModel",                                    /** Name of the Printer-Model */
  457. #define S_OPEN              1                 /** Printer-Begin-Job */
  458. "upBeginJobCommand",                          /** Printer-Begin-Job */
  459. #define S_CLOSE             2                 /** Printer-End-Job */
  460. "upEndJobCommand",                            /** Printer-End-Job */
  461. #define S_BEGIN             3                 /** Printer-Begin-Page */
  462. "upBeginPageCommand",                         /** Printer-Begin-Page */
  463. #define  S_END              4                 /** Printer-End-Page */
  464. "upEndPageCommand",                           /** Printer-End-Page */
  465. #define  S_ABORT            5                 /** Printer-Abort-Command */
  466. "upAbortCommand",                             /** Printer-Abort-Command */
  467.  
  468. #define S_XMOVE             6                 /** X-Positioning-Command */
  469. "upXMoveCommand",                             /** X-Positioning-Command */
  470. #define S_XSTEP             7                 /** X-Step Command (1<I_XSTEP) */
  471. "upXStepCommand",                             /** X-Step Command (1<I_XSTEP) */
  472. #define S_SETLF             8                 /** Set-Linefeed-Command */
  473. "upSetLineFeedCommand",                       /** Set-Linefeed-Command */
  474. #define S_YMOVE             9                 /** Y-Positioning-Command */
  475. "upYMoveCommand",                             /** Y-Positioning-Command */
  476. #define S_YSTEP            10                 /** Y-Step Command (1<I_YSTEP) */
  477. "upYStepCommand"                              /** Y-Step Command (1<I_YSTEP) */
  478. }; /** */
  479.  
  480. /** Names for the String-Arrays
  481. */
  482.  
  483. static const byte *const upd_string_a[] = {   /** */
  484. #define SA_SETCOMP          0                 /** Select Components */
  485. "upSelectComponentCommands",                  /** Select Components */
  486. #define SA_WRITECOMP        1                 /** Write Component Comands */
  487. "upWriteComponentCommands"                    /** Write Component Commands */
  488. };                                            /** */
  489.  
  490. /** Names for the float-Arrays
  491. */
  492. static const byte *const upd_float_a[] = {    /** */
  493. #define FA_WXFER            0                 /** White-Transfer */
  494. "upWhiteTransfer",                            /** White-Transfer */
  495. #define FA_RXFER            1                 /** Red-Transfer */
  496. "upRedTransfer",                              /** Red-Transfer */
  497. #define FA_GXFER            2                 /** Green-Transfer */
  498. "upGreenTransfer",                            /** Green-Transfer */
  499. #define FA_BXFER            3                 /** Blue-Transfer */
  500. "upBlueTransfer",                             /** Blue-Transfer */
  501. #define FA_KXFER            4                 /** Black-Transfer */
  502. "upBlackTransfer",                            /** Black-Transfer */
  503. #define FA_CXFER            5                 /** Cyan-Transfer */
  504. "upCyanTransfer",                             /** Cyan-Transfer */
  505. #define FA_MXFER            6                 /** Magenta-Transfer */
  506. "upMagentaTransfer",                          /** Magenta-Transfer */
  507. #define FA_YXFER            7                 /** Yellow-Transfer */
  508. "upYellowTransfer",                           /** Yellow-Transfer */
  509. #define FA_MARGINS          8                 /** private Margins */
  510. "upMargins"                                   /** private Margins */
  511. };                                            /** */
  512.  
  513. /* ------------------------------------------------------------------- */
  514. /* UPD-specific datatypes                                              */
  515. /* ------------------------------------------------------------------- */
  516.  
  517. /**
  518. int32 and uint32 are 32Bit-Integer-Types used in the
  519. Floyd-Steinberg Algorithm and instead of gx_color_index. The
  520. 8-Byte long's on some 64Bit-Machines are apparently useless,
  521. since gdevprn.c does (currently) support only 32-Bit Rasterdata.
  522. */
  523.  
  524. #if     arch_log2_sizeof_int < 2  /* int is too small */
  525.    typedef          long  int32;
  526. #define                   INT32_MIN  LONG_MIN
  527. #define                   INT32_MAX  LONG_MAX
  528.    typedef unsigned long uint32;
  529. #define                  UINT32_MAX ULONG_MAX
  530. #else                             /* int is sufficient */
  531.    typedef          int   int32;
  532. #define                   INT32_MIN   INT_MIN
  533. #define                   INT32_MAX   INT_MAX
  534.    typedef unsigned int  uint32;
  535. #define                  UINT32_MAX  UINT_MAX
  536. #endif                            /* use int or long ? */
  537.  
  538. /**
  539. "updcmap" is used by the color-mapping functions of the driver.
  540. there are four cmaps in the "uniprint"-structure, one for each component.
  541. To be exact, it's not "4" but rather "UPD_CMAP_MAX", which is a synonym.
  542. */
  543.  
  544. typedef struct updcmap_s { /** */
  545.    gx_color_value      *code;      /** Values related to codes */
  546.    uint32               bitmsk;    /** Mask, right justified */
  547.    int                  bitshf;    /** Shift to right-justify */
  548.    int                  xfer;      /** Index to the Xfer-Array */
  549.    int                  bits;      /** # of Bits */
  550.    int                  comp;      /** Output-Number */
  551.    bool                 rise;      /* Rising/Falling Curve */
  552. } updcmap_t, *updcmap_p;  /** */
  553. typedef const updcmap_t *updcmap_pc;
  554.  
  555.  
  556. /**
  557. "updcomp" holds similar informations, but is used for the rendering
  558. */
  559.  
  560. typedef struct updcomp_s {  /* Parameters for Floyd-Steinberg */
  561.    int32                offset;    /* Offset added to scaled values */
  562.    int32                scale;     /* Scale for the raw values */
  563.    int32                threshold; /* Val must be larger than this to fire */
  564.    int32                spotsize;  /* subtracted from Val when fired */
  565.    uint32               bitmsk;    /* Mask */
  566.    int                  bitshf;    /* shift */
  567.    int                  bits;      /* # of Bits */
  568.    int                  cmap;      /* Index for the Parameter-name */
  569. } updcomp_t, *updcomp_p;    /* Parameters for Floyd-Steinberg */
  570.  
  571. /** updscan is the Element of the scan-buffer. */
  572.  
  573. typedef struct updscan_s { /* Single Scanline (1 Bit/Pixel) */
  574.    byte   *bytes;      /* Buffer used w. 32-Bit Words */
  575.    int    *xbegin;     /* 1st  Pixel set (or nbytes<<3 if none) */
  576.    int    *xend;       /* last Pixel set (or -1, if none) */
  577. } updscan_t, *updscan_p;   /* Single Scanline (1 Bit/Pixel) */
  578.  
  579.  
  580. /** Main upd-Structure ***/
  581.  
  582. #define UPD_CMAP_MAX     4 /** Number of Colormaps provided */
  583. #define UPD_VALPTR_MAX  32 /** Number of valbuf-Pointers */
  584.  
  585. #define upd_proc_pxlget(name) uint32 name(P1(upd_p upd))
  586. #define upd_proc_render(name) int name(P1(upd_p upd))
  587. #define upd_proc_writer(name) int name(P2(upd_p upd,FILE *out))
  588.  
  589. struct upd_s { /* All upd-specific data */
  590.  
  591.    int                   *choice;     /** Named-Choices */
  592.    int                   *ints;       /** Integers */
  593.    gs_param_int_array    *int_a;      /** Integer-Arrays */
  594.    gs_param_string       *strings;    /** Strings */
  595.    gs_param_string_array *string_a;   /** String-Arrays */
  596.    gs_param_float_array  *float_a;    /** Float-Arrays */
  597.  
  598.    updcmap_t              cmap[UPD_CMAP_MAX]; /** Mapping-Data */
  599.  
  600.    byte                  *gsbuf;      /* Storage for GS-Rasterdata */
  601.    byte                  *gsscan;     /* Begin of GS-Rasterdata */
  602.  
  603.    byte                  *pxlptr;     /* Source for pxlget */
  604.    upd_proc_pxlget(     (*pxlget));   /* The Pixel-Reader */
  605.    upd_proc_render(     (*render));   /* Actual Rendering */
  606.    upd_proc_writer(     (*writer));
  607.  
  608.    updscan_p             *scnbuf;     /* Output-Values */
  609.    int32                 *valbuf;     /* Floyd-Steinberg-Buffer */
  610.    void                  *valptr[UPD_VALPTR_MAX];
  611.  
  612.    byte                  *outbuf;     /* Output-Buffer */
  613.    upd_proc_render(     (*start_render)); /* Setup for rendering */
  614.    upd_proc_writer(     (*start_writer)); /* Setup for writilg */
  615.  
  616.    uint32                 flags;      /** Some flags */
  617.    int                    pdwidth;    /** pdev-width upon open */
  618.    int                    pdheight;   /** pdev-height upon open */
  619.  
  620.    uint                   ngsbuf;     /* Size of gsbuf */
  621.    int                    gswidth;    /* Width in GS-Pixels */
  622.    int                    gsheight;   /* Height in GS-Pixels */
  623.  
  624.    int                    rwidth;     /* Rendering-Width */
  625.  
  626.    int                    pwidth;     /* Printing-Width */
  627.    int                    pheight;    /* # scanlines printed */
  628.  
  629.    uint                   nvalbuf;    /* Size of valbuf */
  630.    int                    nscnbuf;    /* Number of entries in scnbuf. */
  631.    int                    ncomp;      /* # Components in scnbuf */
  632.    int                    nbytes;     /* Size of scnbuf[][].words */
  633.    int                    nlimits;    /* Size of scnbuf[][].xbegin/end */
  634.    int                    scnmsk;     /* Size of scanbuf - 1 */
  635.    uint                   noutbuf;    /* Size of the Output-Buffer */
  636.  
  637.    int                    ixpass;     /* Current X-pass (0 ... nxpass-1) */
  638.    int                    ipass;      /* Current pass (0 ... npass-1) */
  639.    int                    icomp;      /* Selected Component */
  640.    int                    lf;         /* Selected Line-Space */
  641.  
  642.    int                    xprinter;   /* Actual X-Position */
  643.  
  644.    int                    yscan;      /* Top-Scan (page-vari) */
  645.    int                    yprinter;   /* Actual Y-Position (page-vari) */
  646.    int                    yscnbuf;    /* Y not yet buffered */
  647. };             /* All upd-specific data */
  648.  
  649.  
  650. /* ------------------------------------------------------------------- */
  651. /* Various Message-Levels                                              */
  652. /* ------------------------------------------------------------------- */
  653.  
  654. /**
  655. UPD_MESSAGES, Is collection of Bits, that controls Messages
  656. */
  657.  
  658. #define UPD_M_NONE      0x0000 /** No Messages at all */
  659. #define UPD_M_ERROR     0x0001 /** Errors */
  660. #define UPD_M_WARNING   0x0002 /** Warnings */
  661. #define UPD_M_TOPCALLS  0x0004 /** Log Calls to main Functions */
  662. #define UPD_M_MAPCALLS  0x0008 /** Log Color-Mapping-Calls */
  663. #define UPD_M_SETUP     0x0010 /** Log Setup-Activity */
  664. #define UPD_M_FSBUF     0x0020 /** Error-Summary for valbuf */
  665.  
  666.  
  667. /* ------------------------------------------------------------------- */
  668. /* The UPD-Routines                                                    */
  669. /* ------------------------------------------------------------------- */
  670.  
  671. /**
  672. Besides the main routines required for the color-mapping, that were
  673. declared near the beginning, there are some auxillary functions.
  674. Most prominent are "upd_open_map" and "upd_close_map", which
  675. do the proper actions when opening and closing the device.
  676. */
  677.  
  678. private int             upd_open_map( P1(upd_device *udev));
  679. private int             upd_close_map(P1(upd_device *udev));
  680.  
  681. /**
  682. But "upd_truncate" and "upd_expand" are also mentionable. They are
  683. the actual workhorses for the component-oriented mapping. When mapping
  684. the 16Bit Component-Values to the indices, some truncation takes place
  685. and this is what "upd_truncate" does, in the most general manner i can
  686. think of and with O(log(n)) in time. "upd_expand" is required for the
  687. reverse mapping-functions and is a constant-time `algorithm'.
  688. */
  689. private uint32          upd_truncate(P3(upd_pc,int,gx_color_value));
  690. private gx_color_value  upd_expand(  P3(upd_pc,int,uint32));
  691.  
  692. /**
  693. The next group of internal functions adresses the rendering. Besides
  694. the main-functions "upd_open_render" and "upd_close_render", there
  695. are groups of up to 3 Functions, for each algorithm available with
  696. UPD. Two routines are invoked during open and close and the third
  697. is called for each scanline. Actually a fourth function is provided,
  698. that is invoked at the beginning of each page to be printed, but the
  699. current algorithms do not need it.
  700. */
  701. private void            upd_open_render(   P1(upd_device *udev));
  702. private void            upd_close_render(  P1(upd_device *udev));
  703.  
  704. private void            upd_open_fscomp(   P1(upd_device *udev));
  705. private int             upd_fscomp(        P1(upd_p upd));
  706. private void            upd_close_fscomp(  P1(upd_device *udev));
  707.  
  708. private void            upd_open_fscmyk(   P1(upd_device *udev));
  709. private int             upd_fscmyk(        P1(upd_p upd));
  710.  
  711. /**
  712. I hope that the formatting stuff can be kept simple and thus most
  713. of the work is done inside the general open and close-functions.
  714. During open, there is a call to a format-specific open-function, but
  715. this is only for checking and determining the amount of of bytes required
  716. for the output-buffer (and limit-values in the scan-buffer).
  717. */
  718. private int             upd_open_writer(   P1(upd_device *udev));
  719. private void            upd_close_writer(  P1(upd_device *udev));
  720. #if UPD_SIGNAL
  721. private void            upd_signal_handler(P1(int sig));
  722. #endif
  723.  
  724. /**
  725. The first format are the uncompressed! SUN-Rasterfiles. The primary intention
  726. of this format is testing, but it might turn out to be useful for other
  727. purposes, even if the amount of generated data is huge. On the other hand
  728. it is a violation of UPD's rules: the start-routine computes the Begin-Page
  729. sequence (the Rasterfile header) since it would be a nuisance to provide
  730. this code within each (test-)personalization in PostScript.
  731. */
  732. private int             upd_open_rascomp(   P1(upd_device *udev));
  733. private int             upd_start_rascomp(  P2(upd_p upd, FILE *out));
  734. private int             upd_rascomp(        P2(upd_p upd, FILE *out));
  735.  
  736. /**
  737. The second format is ESC/P, the format introduced with the first Epson
  738. impact printers. This format is used by a lot of other printers too.
  739. It is also uncompressed. This formatter supports X- and Y-Weaving,
  740. which makes it the most sophisticated one inside this driver.
  741. */
  742.  
  743. private void            upd_limits(        P2(upd_p upd, bool check));
  744. private int             upd_open_wrtescp(  P1(upd_device *udev));
  745. private int             upd_wrtescp(       P2(upd_p upd, FILE *out));
  746.  
  747. /**
  748. The third format is ESC/P2, the format use by the newer Epson-Printers.
  749. It allows runlength-Compression similar to the RTL/PCL-Family of Printers.
  750. This formatter does not allow for X-Weaving.
  751.  
  752. The fourth writer is a ESC/P2-Writer, that supports X-Weaving
  753. */
  754. private int             upd_rle(P3(byte *out,const byte *in,int nbytes));
  755. private int             upd_open_wrtescp2( P1(upd_device *udev));
  756. private int             upd_wrtescp2(      P2(upd_p upd, FILE *out));
  757. private int             upd_wrtescp2x(     P2(upd_p upd, FILE *out));
  758.  
  759. /**
  760. The fifth writer is a HP-RTL/PCL-Writer
  761. */
  762.  
  763. private int             upd_open_wrtrtl(   P1(upd_device *udev));
  764. private int             upd_wrtrtl(        P2(upd_p upd, FILE *out));
  765.  
  766. /**
  767. The sixth writer is for Canon Extended Mode (currently BJC610) (hr)
  768. */
  769.  
  770. private int             upd_open_wrtcanon( P1(upd_device *udev));
  771. private int             upd_wrtcanon(      P2(upd_p upd, FILE *out));
  772.  
  773. /**
  774. Generalized Pixel Get & Read
  775. */
  776. private uint32 upd_pxlfwd(P1(upd_p upd));
  777. private uint32 upd_pxlrev(P1(upd_p upd));
  778. #define upd_pxlget(UPD) (*UPD->pxlget)(UPD)
  779.  
  780.  
  781. /* ------------------------------------------------------------------- */
  782. /* Macros to deal with the Parameter-Memory                            */
  783. /* ------------------------------------------------------------------- */
  784.  
  785. /**
  786. Usually the creation of copies of external parameters is not necessary,
  787. at least with gs-versions > 4.03. But uniprint writes to the parameters
  788. in some cases or creates some by itself, thus to get a unified interface
  789. all parameter-data are copied and thus it is legal to manipulate them.
  790.  
  791. Here are several Macros, named "UPD_MM_*" to deal with that.
  792. */
  793.  
  794. /** UPD_MM_GET_ARRAY allocates & initializes an array of values */
  795. #define UPD_MM_GET_ARRAY(Which,Nelts)                                 \
  796.    (byte *) Which = 0;                                                \
  797.    if(0 < (Nelts)) {                                                  \
  798.       byte *tmp = gs_malloc(Nelts,sizeof(Which[0]),"uniprint/params");\
  799.       if(tmp) {                                                       \
  800.          memset(tmp,0,(Nelts)*sizeof(Which[0]));                      \
  801.          (byte *) Which = tmp;                                        \
  802.       } else {                                                        \
  803.           return_error(gs_error_VMerror);                             \
  804.       }                                                               \
  805.    }
  806.  
  807. /** UPD_MM_DEL_ARRAY frees an array of values */
  808. #define UPD_MM_DEL_ARRAY(Which,Nelts,Delete)                          \
  809.    if(Which && 0 < (Nelts)) {                                         \
  810.       uint ii;                                                        \
  811.       for(ii = 0; (Nelts) > ii; ++ii) Delete(Which[ii]);              \
  812.       gs_free((byte *)Which,Nelts,sizeof(Which[0]),"uniprint/params");\
  813.    }                                                                  \
  814.    Which = 0
  815.  
  816. /** UPD_MM_DEL_VALUE deletes a value, does nothing */
  817. #define UPD_MM_DEL_VALUE(Which) /* */
  818.  
  819. /** UPD_MM_DEL_PARAM deletes a single gs-array-parameter */
  820. #define UPD_MM_DEL_PARAM(Which)  {                                \
  821.    if(Which.data && Which.size)                                   \
  822.       gs_free((byte *)Which.data,Which.size,sizeof(Which.data[0]),\
  823.          "uniprint/params");                                      \
  824. }
  825.  
  826. /** UPD_MM_DEL_APARAM deletes a nested gs-array-parameter */
  827. #define UPD_MM_DEL_APARAM(Which) {                                \
  828.    if(Which.data && Which.size) {                                 \
  829.       uint iii;                                                   \
  830.       for(iii = 0; iii < Which.size; ++iii)                       \
  831.          UPD_MM_DEL_PARAM(Which.data[iii]);                       \
  832.       gs_free((byte *)Which.data,Which.size,sizeof(Which.data[0]),\
  833.          "uniprint/params");                                      \
  834.    }                                                              \
  835. }
  836.  
  837. /** UPD_MM_CPY_ARRAY creates a new copy of an array of values */
  838. #define UPD_MM_CPY_ARRAY(To,From,Nelts,Copy)                \
  839.    UPD_MM_GET_ARRAY(To,Nelts);                              \
  840.    if(To && From) {                                         \
  841.       uint ii;                                              \
  842.       for(ii = 0; (Nelts) > ii; ++ii) Copy(To[ii],From[ii]);\
  843.    }
  844.  
  845. /** UPD_MM_CPY_VALUE Copies a simple Value */
  846. #define UPD_MM_CPY_VALUE(To,From)  To = From
  847.  
  848. /** UPD_MM_CPY_PARAM Creates a copy of a gs-parameter */
  849. #define UPD_MM_CPY_PARAM(To,From)                                     \
  850.    if(From.data && From.size) {                                       \
  851.       UPD_MM_GET_ARRAY(To.data,From.size);                            \
  852.       if(To.data) {                                                   \
  853.          To.size = From.size;                                         \
  854.          memcpy((byte *)To.data,From.data,To.size*sizeof(To.data[0]));\
  855.       }                                                               \
  856.    }
  857.  
  858. /** UPD_MM_CPY_APARAM Creates a copy of a nested gs-parameter */
  859. #define UPD_MM_CPY_APARAM(To,From)                                    \
  860.    if(From.data && From.size) {                                       \
  861.       UPD_MM_GET_ARRAY(To.data,From.size);                            \
  862.       if(To.data) {                                                   \
  863.          gs_param_string *tmp2 = (gs_param_string *) To.data;         \
  864.          uint iii;                                                    \
  865.          To.size = From.size;                                         \
  866.          for(iii = 0; To.size > iii; ++iii)                           \
  867.             UPD_MM_CPY_PARAM(tmp2[iii],From.data[iii]);               \
  868.       }                                                               \
  869.    }
  870.  
  871. /* ------------------------------------------------------------------- */
  872. /* UPD-Initialized-Data                                                */
  873. /* ------------------------------------------------------------------- */
  874.  
  875. /** Version-String */
  876.  
  877. static const byte rcsid[] = "$Revision: 1.70 $";
  878.  
  879. /** Default-Transfer-curve */
  880.  
  881. static const float upd_data_xfer[2] = { 0.0, 1.0 };
  882.  
  883. /*@ > */
  884.  
  885.  
  886. /* ------------------------------------------------------------------- */
  887. /* upd_signal_handler: Catch interrupts                                */
  888. /* ------------------------------------------------------------------- */
  889.  
  890. #if UPD_SIGNAL
  891. static upd_p sigupd = NULL;
  892. private void
  893. upd_signal_handler(int sig)
  894. {
  895.   if(sigupd) sigupd->flags |= B_ABORT;
  896. }
  897. #endif
  898.  
  899.  
  900. /* ------------------------------------------------------------------- */
  901. /* upd_print_page: The main workhorse                                  */
  902. /* ------------------------------------------------------------------- */
  903.  
  904. /**
  905. Function: upd_print_page
  906.  
  907. This is the top-level printing routine. It works through this
  908. steps:
  909.  
  910.  1. Once for each generated file, the "device-open-sequence" is written.
  911.  2. The "page-begin-sequence" is written.
  912.  
  913.  3. The data are generated and written:
  914.     3.1: Data are converted into a "printer-family"-specific format.
  915.          This step includes the halftoning, if selected.
  916.     3.2: Data are written with a printer-specific function.
  917.          There is not much code-compression inside theese functions,
  918.          since i observed to improvments in print-speed. Other
  919.          drivers do a better job in this.
  920.  
  921.  4. The "page-end-sequence" is written.
  922.  5. If a one-page-per-file mode is selected, the "device-close-sequence"
  923.     is added to the output. For multi-page files, this writing is
  924.     performed in "upd_close", the drivers close-function.
  925.  
  926. The routine is quite short, since all the allocation and checking
  927. occur in upd_open and upd_putparams. The only test, that upd_print_page
  928. does, is the verification wether the device is in a sane state. This
  929. must be done here, since during the initialisation, the device is
  930. usually opened several times, before obtaining a valid state.
  931. */
  932.  
  933. private int
  934. upd_print_page(gx_device_printer *pdev, FILE *out)
  935. {
  936.    upd_device *const udev  = (upd_device *) pdev;
  937.    const upd_p       upd   = udev->upd;
  938.    const int *const  ints  = upd ? upd->ints : NULL;
  939.    int error,need,yfill;
  940.  
  941. #if UPD_SIGNAL /* variables required for signal-handling only */
  942.    void (*oldint )(P1(int)) = NULL;
  943.    void (*oldterm)(P1(int)) = NULL;
  944.    upd_p  oldupd            = sigupd;
  945. #endif         /* variables required for signal-handling only */
  946.  
  947. /*
  948.  * Refuse to work, if not explicitly enabled during open
  949.  * (some/lot of allocated memory is required)
  950.  */
  951.    if(!upd || B_OK4GO != (upd->flags & (B_OK4GO | B_ERROR))) {
  952. #if UPD_MESSAGES & (UPD_M_ERROR | UPD_M_TOPCALLS)
  953.          fprintf(stderr,"CALL-REJECTED upd_print_page(0x%05lx,0x%05lx)\n",
  954.              (long) udev,(long) out);
  955. #endif
  956.       return gs_error_undefined;
  957.    }
  958.  
  959. #if UPD_MESSAGES & UPD_M_TOPCALLS
  960.    fprintf(stderr,"CALL: upd_print_page(0x%05lx,0x%05lx)\n",
  961.       (long) udev,(long) out);
  962. #endif
  963.  
  964. #if UPD_SIGNAL /* Setup of signal-handling */
  965.    sigupd  = upd;
  966.    oldint  = signal(SIGINT, upd_signal_handler);
  967.    oldterm = signal(SIGTERM,upd_signal_handler);
  968. #endif         /* Setup of signal-handling */
  969.  
  970. /*
  971.  * If the OutputFile was just opened, transfer the Open-Sequence to it.
  972.  */
  973.    if(!(upd->flags & B_OPEN)) {
  974.  
  975.       if(0   <  upd->strings[S_OPEN].size)
  976.          fwrite(upd->strings[S_OPEN].data,1,upd->strings[S_OPEN].size,out);
  977.       upd->flags |= B_OPEN;
  978.    }
  979. /*
  980.  * Always write the the Page-begin-sequence
  981.  */
  982.    if(0  <   upd->strings[S_BEGIN].size)
  983.       fwrite(upd->strings[S_BEGIN].data,1,upd->strings[S_BEGIN].size,out);
  984. /*
  985.  * Establish page-variables
  986.  */
  987.  
  988. /* Positions */
  989.    upd->xprinter  = 0;
  990.    upd->yscan     = 0; /* Position we are processing */
  991.    upd->yprinter  = 0; /* Actual Printer-Positions */
  992.    upd->yscnbuf   = 0; /* Next free scnbuf-Line */
  993.  
  994. /* Rendering & Writing Setup, if available */
  995.    if(upd->start_render) (*upd->start_render)(upd);
  996.    if(upd->start_writer) (*upd->start_writer)(upd,out);
  997.  
  998. /* How many scanlines do we need ? */
  999.    need = ints[I_NYPASS] * ints[I_PINS2WRITE];
  1000.    if(0 >= need) need = 1;
  1001.  
  1002. /* The Weave-counters */
  1003.    upd->ipass  =  0;
  1004.    upd->ixpass =  0;
  1005.    upd->icomp  = -1; /* Enforces initial selection */
  1006.    upd->lf     = -1; /* Enforces initial selection */
  1007. /*
  1008.  * Main Loop
  1009.  */
  1010.    while(upd->pheight > upd->yscan) { /* Main-Loop */
  1011.  
  1012. /*
  1013.  *    Load as much data into the scan-buffer as possible
  1014.  *    (this is done in scan-sequence, the printing not necessarily.)
  1015.  */
  1016.       if(ints[I_BEGSKIP] > upd->yscan) yfill = 0;
  1017.       else                             yfill = upd->yscan - ints[I_BEGSKIP];
  1018.  
  1019.       for(yfill += upd->nscnbuf; upd->yscnbuf < yfill; upd->yscnbuf++) {
  1020.  
  1021.          if(upd->gsheight > upd->yscnbuf)  {
  1022.  
  1023.             if(0 > (*dev_proc(udev,get_bits))((gx_device *) udev,
  1024.                                    upd->yscnbuf,upd->gsbuf,&upd->gsscan)) {
  1025. #if UPD_MESSAGES & UPD_M_WARNING
  1026.                fprintf(stderr,"get_bits aborted with error, yscnbuf = %4d\n",
  1027.                   upd->yscnbuf);
  1028. #endif
  1029.                break;
  1030.             }
  1031.          } else {
  1032.  
  1033.             memset(upd->gsscan = upd->gsbuf,0,upd->ngsbuf);
  1034.  
  1035.          }
  1036.  
  1037.          if(0 > (*upd->render)(upd)) {
  1038. #if UPD_MESSAGES & UPD_M_WARNING
  1039.             fprintf(stderr,"Rendering aborted with error, yscnbuf = %4d\n",
  1040.                upd->yscnbuf);
  1041. #endif
  1042.             break;
  1043.          }
  1044.  
  1045.       }
  1046. /*
  1047.  *    Did the buffering loop take an error exit ?
  1048.  */
  1049.       if((upd->yscnbuf ^ yfill) & upd->scnmsk) break;
  1050. /*
  1051.  *    Print as much as possible
  1052.  */
  1053.       while((upd->yscan - ints[I_BEGSKIP] + need) < upd->yscnbuf) {
  1054.  
  1055. /*        first write the scan(s) */
  1056.           (*upd->writer)(upd,out);
  1057.  
  1058. /*        Check for termination */
  1059.           if(upd->yscan >= upd->pheight) break;
  1060.           if(upd->flags  & B_ABORT ) {
  1061. #if UPD_MESSAGES & UPD_M_WARNING
  1062.              fprintf(stderr,"Printing aborted upon interrupt, yscan = %4d\n",
  1063.                 upd->yscan);
  1064. #endif
  1065.              break;
  1066.           }
  1067.       }
  1068. /*
  1069.  *    Did the print-Loop take an error exit ?
  1070.  */
  1071.       if((upd->yscan - ints[I_BEGSKIP] + need) < upd->yscnbuf) break;
  1072.    }                                  /* Main-Loop */
  1073.  
  1074. /*
  1075.  * If we aborted for some reason, use the dedicated sequence
  1076.  */
  1077.  
  1078.    if((upd->pheight > upd->yscan) &&
  1079.       (0  <  upd->strings[S_ABORT].size)) { /* Only This! */
  1080.       fwrite(upd->strings[S_ABORT].data,1,upd->strings[S_ABORT].size,out);
  1081.  
  1082.       upd->flags &= ~B_OPEN; /* Inhibit Close-Sequence ! */
  1083. /*
  1084.  * If there is no special sequence, or we came to normal end,
  1085.  * write the normal sequence, if any
  1086.  */
  1087.  
  1088.    } else if(0  <   upd->strings[S_END].size) {
  1089.       fwrite(upd->strings[S_END].data,1,upd->strings[S_END].size,out);
  1090.    }
  1091. /*
  1092.  * If necessary, write the close-sequence
  1093.  */
  1094.    if((NULL != udev->fname  ) && strchr(udev->fname,'%')) {
  1095.  
  1096.       if(0  <   upd->strings[S_CLOSE].size)
  1097.          fwrite(upd->strings[S_CLOSE].data,1,upd->strings[S_CLOSE].size,out);
  1098.  
  1099.       upd->flags &= ~B_OPEN;
  1100.    }
  1101.  
  1102. /*
  1103.  * clean up, and return status
  1104.  */
  1105.  
  1106.    fflush(out); /* just to prepare for ferror */
  1107.  
  1108.    if(upd->pheight > upd->yscan) error = gs_error_interrupt;
  1109.    else if(ferror(out))          error = gs_error_ioerror;
  1110.    else                          error = 0;
  1111.  
  1112. #if UPD_MESSAGES & UPD_M_TOPCALLS
  1113.    fprintf(stderr,"RETURN: %d = upd_print_page(0x%05lx,0x%05lx)\n",
  1114.       error,(long) udev,(long)out);
  1115. #endif
  1116.  
  1117. #if UPD_SIGNAL /* Restore Interrupt-state */
  1118.       sigupd = oldupd;
  1119.       (void) signal(SIGINT ,oldint);
  1120.       (void) signal(SIGTERM,oldterm);
  1121. #endif         /* Restore Interrupt-state */
  1122.  
  1123.    return error;
  1124. }
  1125.  
  1126. /* ------------------------------------------------------------------- */
  1127. /* upd_open: Initialize everything for printing                        */
  1128. /* ------------------------------------------------------------------- */
  1129. /**
  1130. "upd_open" is -through the specified table of procedures- called instead
  1131. of the normal open-procedures for printer-devices, that performs quite
  1132. a complex job. Thus it is necessary to call this  `superclass-open´
  1133. here.
  1134.  
  1135. Besides that, this routine does quite a complex job too, in initializes
  1136. everything required to print a page. This might be time-consuming, the
  1137. alternative would be "upd_print_page", but i often print 100 pages or
  1138. more, but i never experienced more than 5-6 open-calls.
  1139. */
  1140.  
  1141. private int
  1142. upd_open(gx_device *pdev)
  1143. {
  1144.    upd_device *const udev    =  (upd_device *) pdev;
  1145.    const upd_p       upd     =  udev->upd;
  1146.    int              error;
  1147.  
  1148. #if UPD_MESSAGES & UPD_M_TOPCALLS
  1149.       fprintf(stderr,"CALL: upd_open(0x%05lx)\n",(long) pdev);
  1150. #endif
  1151.  
  1152. /** enforce the UPD-Margins */
  1153.  
  1154.    if((NULL != upd) && 
  1155.       (NULL != upd->float_a[FA_MARGINS].data) &&
  1156.       (4    == upd->float_a[FA_MARGINS].size)    ) {
  1157.       static float m[4];
  1158.       m[1] = upd->float_a[FA_MARGINS].data[1] / 72.0;
  1159.       m[3] = upd->float_a[FA_MARGINS].data[3] / 72.0;
  1160.       if(B_YFLIP & upd->flags) {
  1161.          m[0] = upd->float_a[FA_MARGINS].data[2] / 72.0;
  1162.          m[2] = upd->float_a[FA_MARGINS].data[0] / 72.0;
  1163.       } else {
  1164.          m[0] = upd->float_a[FA_MARGINS].data[0] / 72.0;
  1165.          m[2] = upd->float_a[FA_MARGINS].data[2] / 72.0;
  1166.       }
  1167.       gx_device_set_margins((gx_device *) udev, m, true);
  1168.    }
  1169.  
  1170. /** call the super-class open **/
  1171.    error = gdev_prn_open(pdev);
  1172.  
  1173. /** invoke the subroutines, if an upd is present. */
  1174.  
  1175.    if(upd) {
  1176.  
  1177.       upd->flags &= ~B_OK4GO;
  1178.  
  1179. /**
  1180. The following initializations are run, even in case of an error in
  1181. the super-class open, just to bring our upd into a sane state.
  1182. */
  1183.       if(0 > error) upd->flags |= B_ERROR;
  1184.  
  1185.       if(gs_error_VMerror == upd_open_map(udev)) error = gs_error_VMerror;
  1186.  
  1187. /**
  1188. The following piece of code is here for demonstration-purposes:
  1189. It determines the size of the printed image and allocates the
  1190. buffer for the raw raster-data
  1191. */
  1192.       upd->gswidth  = udev->width -
  1193.          (dev_l_margin(udev)+dev_r_margin(udev))*udev->x_pixels_per_inch;
  1194.  
  1195.       upd->gsheight = udev->height -
  1196.          (dev_t_margin(udev)+dev_b_margin(udev))*udev->y_pixels_per_inch;
  1197.  
  1198.       upd->ngsbuf = 0;    /* Ensure sane values */
  1199.       upd->gsbuf  = NULL; /* Ensure sane values */
  1200.  
  1201.       if(B_MAP & upd->flags) { /* Only if prerequisites were met */
  1202.          uint want  = gx_device_raster(pdev,true);
  1203.          upd->gsbuf = gs_malloc(want,1,"upd/gsbuf");
  1204.  
  1205.          if(upd->gsbuf) {
  1206.             upd->ngsbuf = want;
  1207.             upd->flags |= B_BUF;  /* Signal Success */
  1208.          } else {
  1209.             error = gs_error_VMerror; /* Signal Error */
  1210.             upd->flags |= B_ERROR;
  1211.          }
  1212.  
  1213.       }                            /* Only if prerequisites were met */
  1214.  
  1215.       upd_open_render(udev);  /* First subloop in printing */
  1216.  
  1217.       if(gs_error_VMerror == upd_open_writer(udev)) error = gs_error_VMerror;
  1218.  
  1219. #if UPD_MESSAGES & UPD_M_SETUP
  1220.       fprintf(stderr,"\n%sready to print\n\n",
  1221.          B_OK4GO != (upd->flags & (B_OK4GO | B_ERROR)) ?
  1222.          "NOT " : "");
  1223. #endif
  1224.       udev->upd->pdwidth  = udev->width;
  1225.       udev->upd->pdheight = udev->height;
  1226.  
  1227.    }
  1228.  
  1229. #if UPD_MESSAGES & UPD_M_TOPCALLS
  1230.       fprintf(stderr,"RETURN: %d = upd_open(0x%05lx)\n",
  1231.          error,(long) pdev);
  1232. #endif
  1233.  
  1234.    return error;
  1235. }
  1236.  
  1237. /* ------------------------------------------------------------------- */
  1238. /* upd_close: Release everything allocated in upd_open                 */
  1239. /* ------------------------------------------------------------------- */
  1240.  
  1241. private int
  1242. upd_close(gx_device *pdev)
  1243. {
  1244.    upd_device *const udev    =  (upd_device *) pdev;
  1245.    const upd_p       upd     =  udev->upd;
  1246.    int         error = 0;
  1247.    int         code;
  1248.  
  1249. #if UPD_MESSAGES & UPD_M_TOPCALLS
  1250.    fprintf(stderr,"CALL: upd_close(0x%05lx)\n",(long)pdev);
  1251. #endif
  1252.  
  1253. /** If necessary, write the close-sequence **/
  1254.  
  1255.    if( upd && (( B_OPEN | B_OK4GO) ==
  1256.                ((B_OPEN | B_OK4GO | B_ERROR) & upd->flags))) {
  1257.  
  1258.       if(udev->file && upd->strings && 0 < upd->strings[S_CLOSE].size)
  1259.          fwrite(upd->strings[S_CLOSE].data,1,
  1260.                 upd->strings[S_CLOSE].size,udev->file);
  1261.  
  1262.       upd->flags &= ~B_OPEN;
  1263.    }
  1264.  
  1265. /** Then release the open-allocated memory */
  1266.    if(upd) {
  1267.  
  1268.       upd_close_writer(udev);
  1269.  
  1270.       if(upd->gsbuf)
  1271.          gs_free(upd->gsbuf,upd->ngsbuf,1,"uniprint/gsbuf");
  1272.       upd->gsbuf  = NULL;
  1273.       upd->ngsbuf = 0;
  1274.       upd->flags &= ~B_BUF;
  1275.  
  1276.       upd_close_render(udev);
  1277.       upd_close_map(udev);
  1278.  
  1279.       UPD_MM_DEL_ARRAY(upd->choice,  countof(upd_choice),  UPD_MM_DEL_VALUE);
  1280.       UPD_MM_DEL_ARRAY(upd->ints,    countof(upd_ints),    UPD_MM_DEL_VALUE);
  1281.       UPD_MM_DEL_ARRAY(upd->int_a,   countof(upd_int_a),   UPD_MM_DEL_PARAM);
  1282.       UPD_MM_DEL_ARRAY(upd->strings, countof(upd_strings), UPD_MM_DEL_PARAM);
  1283.       UPD_MM_DEL_ARRAY(upd->string_a,countof(upd_string_a),UPD_MM_DEL_APARAM);
  1284.       UPD_MM_DEL_ARRAY(upd->float_a, countof(upd_float_a), UPD_MM_DEL_PARAM);
  1285.  
  1286.       gs_free(upd,sizeof(upd[0]),1,"uniprint");
  1287.  
  1288.       udev->upd = NULL;
  1289.    }
  1290.  
  1291. /** Then call the superclass close **/
  1292.    code = gdev_prn_close(pdev);
  1293.    error = error > code ? code : error;
  1294.  
  1295.  
  1296. #if UPD_MESSAGES & UPD_M_TOPCALLS
  1297.       fprintf(stderr,"RETURN: %d = upd_close(0x%05lx)\n",
  1298.          error,(long) pdev);
  1299. #endif
  1300.  
  1301.    return error;
  1302. }
  1303.  
  1304. /* ------------------------------------------------------------------- */
  1305. /* upd_get_params: Export Parameters to the Interpreter                */
  1306. /* ------------------------------------------------------------------- */
  1307.  
  1308. #if UPD_MESSAGES & UPD_M_TOPCALLS
  1309. #define UPD_EXIT_GET(Err,Dev,List)                                      \
  1310.    if(0 > Err) {                                                        \
  1311.       fprintf(stderr,"RETURN-%d: %d upd_get_params(0x%05lx,0x%05lx)\n", \
  1312.          __LINE__,Err,(long) Dev,(long) List);                          \
  1313.       return_error(Err);                                                \
  1314.    }
  1315. #else
  1316. #define UPD_EXIT_GET(Err,Dev,List) if(0 > Err) return_error(Err);
  1317. #endif
  1318.  
  1319. private int
  1320. upd_get_params(gx_device *pdev, gs_param_list *plist)
  1321. {
  1322.    upd_device *const udev    =  (upd_device *) pdev;
  1323.    const upd_p       upd     =  udev->upd;
  1324.    int               error,i;
  1325.  
  1326. #if UPD_MESSAGES & UPD_M_TOPCALLS
  1327.       fprintf(stderr,"CALL: upd_get_params(0x%05lx,0x%05lx)\n",
  1328.          (long) udev,(long) plist);
  1329. #endif
  1330.  
  1331. /** Call the SuperClass-get_params at the beginning */
  1332.    error = gdev_prn_get_params((gx_device *)udev,plist);
  1333.    UPD_EXIT_GET(error,udev,plist);
  1334.  
  1335. /** Export the version */
  1336.    if(upd_version) { /* Version-Export enabled */
  1337.       udev->upd_version.data       = rcsid;
  1338.       udev->upd_version.size       = strlen(rcsid);
  1339.       udev->upd_version.persistent = true;
  1340.       error = param_write_string(plist,upd_version,&udev->upd_version);
  1341.       UPD_EXIT_GET(error,udev,plist);
  1342.    }                 /* Version-Export enabled */
  1343.  
  1344. /** Export the Named choices */
  1345.    for(i = 0; i < countof(upd_choice); ++i) {
  1346.       if(!upd_choice[i]) continue; /* Choice-Export disabled */
  1347.       if(upd && upd->choice && upd->choice[i]) {
  1348.          gs_param_string name;
  1349.          name.data       = upd_choice[i][upd->choice[i]];
  1350.          name.size       = strlen(name.data);
  1351.          name.persistent = true;
  1352.          error = param_write_name(plist,upd_choice[i][0],&name);
  1353.       } else {
  1354.          error = param_write_null(plist,upd_choice[i][0]);
  1355.       }
  1356.       UPD_EXIT_GET(error,udev,plist);
  1357.    }
  1358.  
  1359. /** Export the flags (bool) */
  1360.    for(i = 0; i < countof(upd_flags); ++i) {
  1361.       if(!upd_flags[i]) continue; /* Flag-Export disabled */
  1362.       if(upd) {
  1363.          bool value = upd->flags & ((uint32) 1 << i);
  1364.          error = param_write_bool(plist,upd_flags[i],&value);
  1365.       } else {
  1366.          error = param_write_null(plist,upd_flags[i]);
  1367.       }
  1368.       UPD_EXIT_GET(error,udev,plist);
  1369.    }
  1370.  
  1371. /** Export the ints */
  1372.    for(i = 0; i < countof(upd_ints); ++i) {
  1373.       if(!upd_ints[i]) continue; /* int-Export disabled */
  1374.       if(upd && upd->ints && upd->ints[i]) {
  1375.          int value = upd->ints[i];
  1376.          error = param_write_int( plist,upd_ints[i],&value);
  1377.       } else {
  1378.          error = param_write_null(plist,upd_ints[i]);
  1379.       }
  1380.       UPD_EXIT_GET(error,udev,plist);
  1381.    }
  1382.  
  1383. /** Export the int-arrays */
  1384.    for(i = 0; i < countof(upd_int_a); ++i) {
  1385.       if(!upd_int_a[i]) continue; /* int-Array-Export disabled */
  1386.       if(upd && upd->int_a && upd->int_a[i].size) {
  1387.          error = param_write_int_array( plist,upd_int_a[i],(upd->int_a+i));
  1388.       } else {
  1389.          error = param_write_null(plist,upd_int_a[i]);
  1390.       }
  1391.       UPD_EXIT_GET(error,udev,plist);
  1392.    }
  1393.  
  1394. /** Export the strings */
  1395.    for(i = 0; i < countof(upd_strings); ++i) {
  1396.       if(!upd_strings[i]) continue; /* String-Export disabled */
  1397.       if(upd && upd->strings && upd->strings[i].size) {
  1398.          error = param_write_string( plist,upd_strings[i],(upd->strings+i));
  1399.       } else {
  1400.          error = param_write_null(plist,upd_strings[i]);
  1401.       }
  1402.       UPD_EXIT_GET(error,udev,plist);
  1403.    }
  1404.  
  1405. /** Export the string-Arrays */
  1406.    for(i = 0; i < countof(upd_string_a); ++i) {
  1407.       if(!upd_string_a[i]) continue; /* String-Array-Export disabled */
  1408.       if(upd && upd->string_a && upd->string_a[i].size) {
  1409.          error =
  1410.             param_write_string_array( plist,upd_string_a[i],(upd->string_a+i));
  1411.       } else {
  1412.          error = param_write_null(plist,upd_string_a[i]);
  1413.       }
  1414.       UPD_EXIT_GET(error,udev,plist);
  1415.    }
  1416.  
  1417. /** Export the float-Arrays */
  1418.    for(i = 0; i < countof(upd_float_a); ++i) {
  1419.       if(!upd_float_a[i]) continue; /* Float-Array-Export disabled */
  1420.       if(upd && upd->float_a && upd->float_a[i].size) {
  1421.          error =
  1422.             param_write_float_array( plist,upd_float_a[i],(upd->float_a+i));
  1423.       } else {
  1424.          error = param_write_null(plist,upd_float_a[i]);
  1425.       }
  1426.       UPD_EXIT_GET(error,udev,plist);
  1427.    }
  1428.  
  1429. #if UPD_MESSAGES & UPD_M_TOPCALLS
  1430.    fprintf(stderr,"RETURN: %d = upd_get_params(0x%05lx,0x%05lx)\n",
  1431.        error,(long) udev,(long) plist);
  1432. #endif
  1433.  
  1434.    return error;
  1435. }
  1436.  
  1437. #undef UPD_EXIT_GET
  1438.  
  1439. /* ------------------------------------------------------------------- */
  1440. /* upd_put_params: Load Parameters into the device-structure           */
  1441. /* ------------------------------------------------------------------- */
  1442.  
  1443. private int
  1444. upd_put_params(gx_device *pdev, gs_param_list *plist)
  1445. {
  1446.    upd_device *const      udev       = (upd_device *) pdev;
  1447.    upd_p                  upd        = udev->upd;
  1448.    int                    error      = 0, code,i;
  1449.  
  1450.    float                  MarginsHWResolution[2],Margins[2];
  1451.    gx_device_color_info   color_info;
  1452.    uint32                 flags      = 0;
  1453.    int                   *choice     = NULL;
  1454.    int                   *ints       = NULL;
  1455.    gs_param_int_array    *int_a      = NULL;
  1456.    gs_param_string       *strings    = NULL;
  1457.    gs_param_string_array *string_a   = NULL;
  1458.    gs_param_float_array  *float_a    = NULL, mfa;
  1459.  
  1460. /**
  1461. Error is used for two purposes: either it holds a negative error
  1462. code or it is used as a bitfield, that tells, which parameters
  1463. were actually loaded.  If any of the important parameters changed
  1464. upd_put_params closes the device, since the real parameter-evaluation
  1465. is carried out by upd_open.
  1466. */
  1467.  
  1468. #define UPD_PUT_FLAGS       0x0002
  1469. #define UPD_PUT_CHOICE      0x0004
  1470. #define UPD_PUT_INTS        0x0008
  1471. #define UPD_PUT_INT_A       0x0010
  1472. #define UPD_PUT_STRINGS     0x0020
  1473. #define UPD_PUT_STRING_A    0x0040
  1474. #define UPD_PUT_FLOAT_A     0x0080
  1475. #define UPD_PUT_CHANGEDSIZE 0x0100
  1476.  
  1477. #if UPD_MESSAGES & UPD_M_TOPCALLS
  1478.       fprintf(stderr,"CALL: upd_put_params(0x%05lx,0x%05lx)\n",
  1479.          (long)udev,(long)plist);
  1480. #endif
  1481.  
  1482.  
  1483. /**
  1484. I consider the following part of upd_put_params a bad-nasty-hack-hack
  1485. and i am uncertain, wether it really works in the intended way. I provide it
  1486. just for the case someone is performing nasty-parameter-changes on the
  1487. active device, especially switching the OutputFile. If this happens in
  1488. a situation, where data were written to the file, but the termination
  1489. sequence is required, the driver does it now. (If you want to know, why
  1490. i am writing bad-nasty-hack-hack, visit http://www.zark.com )
  1491. */
  1492.    if(upd && (B_OPEN & udev->upd->flags) && (NULL != udev->file)) {
  1493.  
  1494.       gs_param_string fname = { NULL, 0, false };
  1495.  
  1496.       code = param_read_string(plist,"OutputFile",&fname);
  1497.       if((1 != code) && (0 != code)) {
  1498.          code = param_read_null(plist,"OutputFile");
  1499.          if(0 == code) {
  1500.             fname.data = "";
  1501.             fname.size = 0;
  1502.          }
  1503.       }
  1504.  
  1505.       if((0 == code) && strncmp(fname.data,udev->fname,fname.size)) {
  1506.          if(upd->strings && 0 < udev->upd->strings[S_CLOSE].size)
  1507.             fwrite(upd->strings[S_CLOSE].data,1,
  1508.                    upd->strings[S_CLOSE].size,udev->file);
  1509.  
  1510.          upd->flags &= ~B_OPEN;
  1511.       }
  1512.    }
  1513. /* Done with the bad-nasty-hack-hack */
  1514.  
  1515. /**
  1516. The next thing "upd_put_params" does, is a little strange too. It imports
  1517. a readonly-parameter, the version-string. I do not know wether it is still
  1518. required, but some versions of GHOSTSCRIPT disliked it very much, if an
  1519. existing parameter was not touched by the put-operation.
  1520.  
  1521. On the other hand it is the right time to show the basic-outline of the
  1522. parameter-importing flow. Basically the proper "param_read"-procedure
  1523. is called. If it indicated, that the parameter was present, but of the
  1524. wrong type, a read for the null-type is attempted, which is by convention
  1525. somehow an reset to default. This sequence is applied to all the parameters
  1526. and in case of the array-parameters, a succesful null-read is marked by
  1527. setting data and size to 0.
  1528. */
  1529. #if UPD_MESSAGES & UPD_M_SETUP
  1530. #define UPD_PARAM_READ(Param_read,Name,Object)       \
  1531.    code = Param_read(plist,Name,&Object);            \
  1532.    if(0 > code) {                                    \
  1533.       code = param_read_null(plist,Name);            \
  1534.       if(0 == code) memset(&Object,0,sizeof(Object));\
  1535.    }                                                 \
  1536.    if(!code) fprintf(stderr,                         \
  1537.       "upd_put_params: retrieved parameter \"%s\"\n",\
  1538.       Name);                                         \
  1539.    if(0 > code) {                                    \
  1540.       param_signal_error(plist,Name,code);           \
  1541.       if(error > code) error = code;                 \
  1542.    }
  1543. #else
  1544. #define UPD_PARAM_READ(Param_read,Name,Object)       \
  1545.    code = Param_read(plist,Name,&Object);            \
  1546.    if(0 > code) {                                    \
  1547.       code = param_read_null(plist,Name);            \
  1548.       if(0 == code) memset(&Object,0,sizeof(Object));\
  1549.    }                                                 \
  1550.    if(0 > code) {                                    \
  1551.       param_signal_error(plist,Name,code);           \
  1552.       if(error > code) error = code;                 \
  1553.    }
  1554. #endif
  1555.  
  1556.    UPD_PARAM_READ(param_read_string,upd_version,udev->upd_version)
  1557.  
  1558.  
  1559. /**
  1560. upd_put_params begins it's normal work by creating a copy, of
  1561. the data, that it might change, except for color_info that might
  1562. be changed in the device-structure, all manipulations are carried
  1563. out on this copies.
  1564. */
  1565.    MarginsHWResolution[0] = udev->MarginsHWResolution[0];
  1566.    MarginsHWResolution[1] = udev->MarginsHWResolution[1];
  1567.                Margins[0] = udev->Margins[0];
  1568.                Margins[1] = udev->Margins[1];
  1569.  
  1570.    color_info = udev->color_info;
  1571.    if(upd) {
  1572.      flags = upd->flags;
  1573.      UPD_MM_CPY_ARRAY(choice,  upd->choice,  countof(upd_choice),
  1574.         UPD_MM_CPY_VALUE);
  1575.      UPD_MM_CPY_ARRAY(ints,    upd->ints,    countof(upd_ints),
  1576.         UPD_MM_CPY_VALUE);
  1577.      UPD_MM_CPY_ARRAY(int_a,   upd->int_a,   countof(upd_int_a),
  1578.         UPD_MM_CPY_PARAM);
  1579.      UPD_MM_CPY_ARRAY(strings, upd->strings, countof(upd_strings),
  1580.         UPD_MM_CPY_PARAM);
  1581.      UPD_MM_CPY_ARRAY(string_a,upd->string_a,countof(upd_string_a),
  1582.         UPD_MM_CPY_APARAM);
  1583.      UPD_MM_CPY_ARRAY(float_a, upd->float_a, countof(upd_float_a),
  1584.         UPD_MM_CPY_PARAM);
  1585.    } else {
  1586.      flags = 0;
  1587.      UPD_MM_GET_ARRAY(choice,  countof(upd_choice));
  1588.      UPD_MM_GET_ARRAY(ints,    countof(upd_ints));
  1589.      UPD_MM_GET_ARRAY(int_a,   countof(upd_int_a));
  1590.      UPD_MM_GET_ARRAY(strings, countof(upd_strings));
  1591.      UPD_MM_GET_ARRAY(string_a,countof(upd_string_a));
  1592.      UPD_MM_GET_ARRAY(float_a, countof(upd_float_a));
  1593.    }
  1594.  
  1595. /** Import the Multiple-Choices */
  1596.    for(i = 0; countof(upd_choice) > i; ++i) {
  1597.       gs_param_string value = { NULL, 0, false};
  1598.       if(!upd_choice[i][0]) continue;
  1599.       UPD_PARAM_READ(param_read_name,upd_choice[i][0],value);
  1600.       if(0 == code) {
  1601.          if(0 <= error) error |= UPD_PUT_CHOICE;
  1602.          choice[i] = 0;
  1603.          if(0 < value.size) {
  1604.             int j;
  1605.             for(j = 1; upd_choice[i][j]; ++j) {
  1606.                if((strlen(upd_choice[i][j]) == value.size) &&
  1607.                   (0 == strncmp(upd_choice[i][j],value.data,value.size))) {
  1608.                   choice[i] = j;
  1609.                   break;
  1610.                }
  1611.             }
  1612.          }
  1613.       }
  1614.    }
  1615.  
  1616. /** Import the Boolean Values */
  1617.    for(i = 0; countof(upd_flags) > i; ++i) {
  1618.       uint32 bit  = (uint32) 1 << i;
  1619.       bool   flag = flags & bit ? true : false;
  1620.       if(!upd_flags[i]) continue;
  1621.       UPD_PARAM_READ(param_read_bool,upd_flags[i],flag);
  1622.       if(0 == code) {
  1623.          if(0 <= error) error |= UPD_PUT_FLAGS;
  1624.          if(flag) flags |=  bit;
  1625.          else     flags &= ~bit;
  1626.       }
  1627.    }
  1628.  
  1629. /** Import the Integer Values */
  1630.    for(i = 0; countof(upd_ints) > i; ++i) {
  1631.       int value = ints[i];
  1632.       if(!upd_ints[i]) continue;
  1633.       UPD_PARAM_READ(param_read_int,upd_ints[i],value);
  1634.       if(0 == code) {
  1635.          if(0 <= error) error |= UPD_PUT_INTS;
  1636.          ints[i] = value;
  1637.       }
  1638.    }
  1639.  
  1640. /** Import the Integer Arrays */
  1641.    for(i = 0; countof(upd_int_a) > i; ++i) {
  1642.       gs_param_int_array value = int_a[i];
  1643.       if(!upd_int_a[i]) continue;
  1644.       UPD_PARAM_READ(param_read_int_array,upd_int_a[i],value);
  1645.       if(0 == code) {
  1646.          if(0 <= error) error |= UPD_PUT_INT_A;
  1647.          UPD_MM_DEL_PARAM(int_a[i]);
  1648.          if(!value.size) {
  1649.             value.data = NULL;
  1650.             int_a[i]   = value;
  1651.          } else {
  1652.             UPD_MM_CPY_PARAM(int_a[i],value);
  1653.          }
  1654.       }
  1655.    }
  1656.  
  1657. /** Import the Strings */
  1658.    for(i = 0; countof(upd_strings) > i; ++i) {
  1659.       gs_param_string value = strings[i];
  1660.       if(!upd_strings[i]) continue;
  1661.       UPD_PARAM_READ(param_read_string,upd_strings[i],value);
  1662.       if(0 == code) {
  1663.          if(0 <= error) error |= UPD_PUT_STRINGS;
  1664.          UPD_MM_DEL_PARAM(strings[i]);
  1665.          if(!value.size) {
  1666.             value.data = NULL;
  1667.             strings[i]   = value;
  1668.          } else {
  1669.             UPD_MM_CPY_PARAM(strings[i],value);
  1670.          }
  1671.       }
  1672.    }
  1673.  
  1674. /** Import the String Arrays */
  1675.    for(i = 0; countof(upd_string_a) > i; ++i) {
  1676.       gs_param_string_array value = string_a[i];
  1677.       if(!upd_string_a[i]) continue;
  1678.       UPD_PARAM_READ(param_read_string_array,upd_string_a[i],value);
  1679.       if(0 == code) {
  1680.          if(0 <= error) error |= UPD_PUT_STRING_A;
  1681.          UPD_MM_DEL_APARAM(string_a[i]);
  1682.          if(!value.size) {
  1683.             value.data  = NULL;
  1684.             string_a[i] = value;
  1685.          } else {
  1686.             UPD_MM_CPY_APARAM(string_a[i],value);
  1687.          }
  1688.       }
  1689.    }
  1690.  
  1691. /** Import the Float Arrays */
  1692.    for(i = 0; countof(upd_float_a) > i; ++i) {
  1693.       gs_param_float_array value = float_a[i];
  1694.       if(!upd_float_a[i]) continue;
  1695.       UPD_PARAM_READ(param_read_float_array,upd_float_a[i],value);
  1696.       if(0 == code) {
  1697.          if(0 <= error) error |= UPD_PUT_FLOAT_A;
  1698.          UPD_MM_DEL_PARAM(float_a[i]);
  1699.          if(!value.size) {
  1700.             value.data = NULL;
  1701.             float_a[i] = value;
  1702.          } else {
  1703.             UPD_MM_CPY_PARAM(float_a[i],value);
  1704.          }
  1705.       }
  1706.    }
  1707.  
  1708. /**
  1709. Prior to the call to the superclass-put_params, the memory-layout and
  1710. the color-model needs adjustment. This is performed here, if any parameters
  1711. were set.
  1712. In addition to that, Resolution & Margin-Parameters are tested & adjusted.
  1713. */
  1714.    if(0 < error) {
  1715.  
  1716.       int *ip,*ip2,ncomp,nbits;
  1717.  
  1718.       if(6 > int_a[IA_COLOR_INFO].size) {
  1719.          UPD_MM_DEL_PARAM(int_a[IA_COLOR_INFO]);
  1720.          UPD_MM_GET_ARRAY(int_a[IA_COLOR_INFO].data,6);
  1721.          int_a[IA_COLOR_INFO].size = 6;
  1722.       }
  1723.       ip = (int *) int_a[IA_COLOR_INFO].data;
  1724.  
  1725.       if(0 == ip[0]) { /* Try to obtain num_components */
  1726.          switch(choice[C_MAPPER]) {
  1727.             case MAP_GRAY:     ip[0] = 1; break;
  1728.             case MAP_RGBW:     ip[0] = 3; break;
  1729.             case MAP_RGB:      ip[0] = 3; break;
  1730.             case MAP_CMYK:     ip[0] = 4; break;
  1731.             case MAP_CMYKGEN:  ip[0] = 4; break;
  1732.             default:          ip[0] = color_info.num_components; break;
  1733.          }
  1734.       }                /* Try to obtain num_components */
  1735.  
  1736.       switch(choice[C_MAPPER]) {
  1737.          case MAP_GRAY:     ncomp = 1; break;
  1738.          case MAP_RGBW:     ncomp = 4; break;
  1739.          case MAP_RGB:      ncomp = 3; break;
  1740.          case MAP_CMYK:     ncomp = 4; break;
  1741.          case MAP_CMYKGEN:  ncomp = 4; break;
  1742.          default:           ncomp = ip[0]; break;
  1743.       }
  1744.       if(UPD_CMAP_MAX < ncomp) ncomp = UPD_CMAP_MAX;
  1745.  
  1746.       if(ncomp > int_a[IA_COMPBITS].size) { /* Default ComponentBits */
  1747.          UPD_MM_GET_ARRAY(ip2,ncomp);
  1748.          nbits = 32 / ncomp;
  1749.          if(8 < nbits) nbits = 8;
  1750.          for(i = 0; i < ncomp; ++i) ip2[i] = nbits;
  1751.          UPD_MM_DEL_PARAM(int_a[IA_COMPBITS]);
  1752.          int_a[IA_COMPBITS].data = ip2;
  1753.          int_a[IA_COMPBITS].size = ncomp;
  1754.       }                                     /* Default ComponentBits */
  1755.  
  1756.       if(ncomp > int_a[IA_COMPSHIFT].size) {  /* Default ComponentShift */
  1757.          nbits = 0;
  1758.          for(i = 0; i < ncomp; ++i) nbits += int_a[IA_COMPBITS].data[i];
  1759.          UPD_MM_GET_ARRAY(ip2,ncomp);
  1760.          for(i = 0; i < ncomp; ++i) {
  1761.             ip2[i] = nbits - int_a[IA_COMPBITS].data[i];
  1762.             nbits -= int_a[IA_COMPBITS].data[i];
  1763.          }
  1764.          UPD_MM_DEL_PARAM(int_a[IA_COMPSHIFT]);
  1765.          int_a[IA_COMPSHIFT].data = ip2;
  1766.          int_a[IA_COMPSHIFT].size = ncomp;
  1767.       }                                       /* Default ComponentShift */
  1768.  
  1769.       if(0 == ip[1]) { /* Try to compute the depth */
  1770.          nbits = 0;
  1771.          for(i = 0; i < ncomp; ++i) {
  1772.             if(nbits < (int_a[IA_COMPBITS].data[i] +
  1773.                         int_a[IA_COMPSHIFT].data[i]))
  1774.                nbits =  int_a[IA_COMPBITS].data[i] +
  1775.                         int_a[IA_COMPSHIFT].data[i];
  1776.          }
  1777.          if(      1 >= nbits) nbits =  1;
  1778.          else if( 2 >= nbits) nbits =  2;
  1779.          else if( 4 >= nbits) nbits =  4;
  1780.          else if( 8 >= nbits) nbits =  8;
  1781.          else if(16 >= nbits) nbits = 16;
  1782.          else if(24 >= nbits) nbits = 24;
  1783.          else                 nbits = 32;
  1784.  
  1785.          ip[1] = nbits;
  1786.  
  1787.       }                /* Try to compute the depth */
  1788.  
  1789.       if(0 == ip[2]) { /* Number of Gray-Levels */
  1790.          nbits = 0;
  1791.          for(i = 0; i < ncomp; ++i) if(nbits < int_a[IA_COMPBITS].data[i])
  1792.             nbits = int_a[IA_COMPBITS].data[i];
  1793.          if(nbits > 8) nbits = 8;
  1794.          ip[2] = (1 << nbits) - 1;
  1795.       }                /* Number of Gray-Levels */
  1796.  
  1797.       if(0 == ip[3] && 1 < ip[0]) { /* Number of Colors */
  1798.          nbits = 0;
  1799.          for(i = 0; i < ip[0]; ++i) nbits += int_a[IA_COMPBITS].data[i];
  1800.          if(nbits > 8) nbits = 8;
  1801.          ip[3] = (1 << nbits) - 1;
  1802.       }                             /* Number of Colors */
  1803.  
  1804.       if(0 == ip[4]) { /* Gray-Ramp */
  1805.          nbits = 0;
  1806.          for(i = 0; i < ncomp; ++i) if(nbits < int_a[IA_COMPBITS].data[i])
  1807.             nbits = int_a[IA_COMPBITS].data[i];
  1808.          if(2 < nbits) ip[4] = 5;
  1809.          else          ip[4] = 2;
  1810.       }                /* Gray-Ramp */
  1811.  
  1812.       if(0 == ip[5] && 1 < ip[0]) { /* Color-Ramp */
  1813.          nbits = 0;
  1814.          for(i = 0; i < ncomp; ++i) if(nbits < int_a[IA_COMPBITS].data[i])
  1815.             nbits = int_a[IA_COMPBITS].data[i];
  1816.          if(2 < nbits) ip[5] = 5;
  1817.          else          ip[5] = 2;
  1818.       }                             /* Color-Ramp */
  1819.  
  1820.       udev->color_info.num_components = ip[0];
  1821.       udev->color_info.depth          = ip[1];
  1822.       udev->color_info.max_gray       = (gx_color_value) ip[2];
  1823.       udev->color_info.max_color      = (gx_color_value) ip[3];
  1824.       udev->color_info.dither_grays   = (gx_color_value) ip[4];
  1825.       udev->color_info.dither_colors  = (gx_color_value) ip[5];
  1826.  
  1827. /*
  1828.  * Now we're dealing with the Resolution- & Margin-Stuff
  1829.  * (This is close to be a bad-nasty-hack-hack)
  1830.  */
  1831.       if((0 == param_read_float_array(plist,"HWResolution",&mfa)) &&
  1832.          (2 == mfa.size) && (0 != mfa.data)) {
  1833.          udev->MarginsHWResolution[0] = mfa.data[0];
  1834.          udev->MarginsHWResolution[1] = mfa.data[1];
  1835.       } else {
  1836.          udev->MarginsHWResolution[0] = udev->HWResolution[0];
  1837.          udev->MarginsHWResolution[1] = udev->HWResolution[1];
  1838.       }
  1839.  
  1840.       if((0 == param_read_float_array(plist,".HWMargins",&mfa)) &&
  1841.          (4 == mfa.size) && (0 != mfa.data)) {
  1842.          udev->Margins[0] = -mfa.data[0] * udev->MarginsHWResolution[0] / 72.0;
  1843.          udev->Margins[1] = -mfa.data[3] * udev->MarginsHWResolution[1] / 72.0;
  1844.       }
  1845.    }                                       /* Change the color-Info */
  1846.  
  1847. /* Call the superclass-put_params now */
  1848.    code = gdev_prn_put_params((gx_device *)udev,plist);
  1849.    if(0 > code) error = code;
  1850.  
  1851. /**
  1852. If the superclass-"put_params" went o.k. too, then the new parameters are
  1853. transferred into the device-structure. In the case of "uniprint", this may
  1854.  
  1855.  1. Close the device, which might fail.
  1856.  2. Allocate new memory for the upd-specific structure, that might fail too.
  1857.  
  1858. */
  1859. /* *HGS* recognize a changed device geometry */
  1860.    if( udev->upd &&                              /* HGS */
  1861.       ((udev->width  != udev->upd->pdwidth) ||   /* HGS */
  1862.       (udev->height != udev->upd->pdheight)  ))  /* HGS */
  1863.         error |= UPD_PUT_CHANGEDSIZE;            /* HGS */
  1864.  
  1865.    if(0 < error && udev->is_open) {
  1866.       code = gs_closedevice((gx_device *)udev);
  1867.       if(0 > code) error = code;
  1868.    }
  1869.  
  1870.    if(0 < error) { /* Actually something loaded without error */
  1871.  
  1872.       if(!(upd = udev->upd)) {
  1873.         UPD_MM_GET_ARRAY(udev->upd,1);
  1874.         upd = udev->upd;
  1875.       } else {
  1876.         UPD_MM_DEL_ARRAY(upd->choice,  countof(upd_choice),  UPD_MM_DEL_VALUE);
  1877.         UPD_MM_DEL_ARRAY(upd->ints,    countof(upd_ints),    UPD_MM_DEL_VALUE);
  1878.         UPD_MM_DEL_ARRAY(upd->int_a,   countof(upd_int_a),   UPD_MM_DEL_PARAM);
  1879.         UPD_MM_DEL_ARRAY(upd->strings, countof(upd_strings), UPD_MM_DEL_PARAM);
  1880.         UPD_MM_DEL_ARRAY(upd->string_a,countof(upd_string_a),UPD_MM_DEL_APARAM);
  1881.         UPD_MM_DEL_ARRAY(upd->float_a, countof(upd_float_a), UPD_MM_DEL_PARAM);
  1882.       }
  1883.  
  1884.       upd->choice   = choice;
  1885.       upd->flags    = flags;
  1886.       upd->ints     = ints;
  1887.       upd->int_a    = int_a;
  1888.       upd->strings  = strings;
  1889.       upd->string_a = string_a;
  1890.       upd->float_a  = float_a;
  1891.  
  1892.       if(0 < error) error = 0;
  1893.  
  1894.    } else {
  1895.  
  1896.                   udev->Margins[0] =             Margins[0];
  1897.                   udev->Margins[1] =             Margins[1];
  1898.       udev->MarginsHWResolution[0] = MarginsHWResolution[0];
  1899.       udev->MarginsHWResolution[1] = MarginsHWResolution[1];
  1900.  
  1901.       udev->color_info = color_info;
  1902.       UPD_MM_DEL_ARRAY(choice,  countof(upd_choice),  UPD_MM_DEL_VALUE);
  1903.       UPD_MM_DEL_ARRAY(ints,    countof(upd_ints),    UPD_MM_DEL_VALUE);
  1904.       UPD_MM_DEL_ARRAY(int_a,   countof(upd_int_a),   UPD_MM_DEL_PARAM);
  1905.       UPD_MM_DEL_ARRAY(strings, countof(upd_strings), UPD_MM_DEL_PARAM);
  1906.       UPD_MM_DEL_ARRAY(string_a,countof(upd_string_a),UPD_MM_DEL_APARAM);
  1907.       UPD_MM_DEL_ARRAY(float_a, countof(upd_float_a), UPD_MM_DEL_PARAM);
  1908.  
  1909.    }
  1910.  
  1911. /*
  1912.  * upd_put_params keeps the Procedures upd to date
  1913.  */
  1914.  
  1915.    upd_procs_map(udev);
  1916.  
  1917.  
  1918. #if UPD_MESSAGES & UPD_M_TOPCALLS
  1919.       fprintf(stderr,"RETURN: %d = upd_put_params(0x%05lx,0x%05lx)\n",
  1920.          error,(long) udev, (long) plist);
  1921. #endif
  1922.  
  1923.    return error;
  1924. }
  1925.  
  1926. /* ------------------------------------------------------------------- */
  1927. /* upd_cmyk_icolor: KCMY->KCMY-Index Mapping                           */
  1928. /* ------------------------------------------------------------------- */
  1929. /**
  1930. The next Routines, that follow, are the color-mapping routines.
  1931. GHOSTSCRIPT talks about "gx_color_values" and the driver has
  1932. to merge the 1, 3 or four values into up to 32 Bits, that means
  1933. it is necessary to do some truncation and shifting. For the truncation
  1934. "uniprint" uses the internal function "upd_truncate" and "upd_expand"
  1935. reverses this in the reverse-mapping procedures.
  1936. */
  1937.  
  1938. private gx_color_index
  1939. upd_cmyk_icolor(gx_device *pdev,
  1940.    gx_color_value c, gx_color_value m, gx_color_value y,gx_color_value k)
  1941. {
  1942.    const upd_p     upd = ((upd_device *)pdev)->upd;
  1943.    gx_color_index  rv;
  1944.  
  1945. /**
  1946. All 4-Component-Modi have to deal with the Problem, that a value
  1947. with all bits set can be produced, which is treated as an error-return
  1948. from the mapping-functions. But with RGBW or KCMY, there is a neat
  1949. trick: Grayscale are transferred as RGB/CMY=0 and holding Data only
  1950. in the W- or K-Component.
  1951. */
  1952.  
  1953.    if((c == m) && (m == y)) {
  1954.  
  1955.       rv = upd_truncate(upd,0,c > k ? c : k);
  1956.  
  1957.    } else {
  1958.  
  1959.       rv  = upd_truncate(upd,0,k) | upd_truncate(upd,1,c)
  1960.           | upd_truncate(upd,2,m) | upd_truncate(upd,3,y);
  1961.  
  1962.  
  1963. /* It might still become a "gx_no_color_value" due to truncation, thus: */
  1964.  
  1965.       if(rv == gx_no_color_index) rv ^= 1;
  1966.    }
  1967.  
  1968.  
  1969. #if UPD_MESSAGES & UPD_M_MAPCALLS
  1970.   fprintf(stderr,
  1971. "cmyk_icolor: (%5.1f,%5.1f,%5.1f,%5.1f) : (%5.1f,%5.1f,%5.1f,%5.1f) : 0x%0*lx\n",
  1972.    255.0 * (double) c / (double) gx_max_color_value,
  1973.    255.0 * (double) m / (double) gx_max_color_value,
  1974.    255.0 * (double) y / (double) gx_max_color_value,
  1975.    255.0 * (double) k / (double) gx_max_color_value,
  1976.    255.0 * (double) ((rv >> upd->cmap[1].bitshf) & upd->cmap[1].bitmsk)
  1977.                  / (double) upd->cmap[1].bitmsk,
  1978.    255.0 * (double) ((rv >> upd->cmap[2].bitshf) & upd->cmap[2].bitmsk)
  1979.                  / (double) upd->cmap[2].bitmsk,
  1980.    255.0 * (double) ((rv >> upd->cmap[3].bitshf) & upd->cmap[3].bitmsk)
  1981.                  / (double) upd->cmap[3].bitmsk,
  1982.    255.0 * (double) ((rv >> upd->cmap[0].bitshf) & upd->cmap[0].bitmsk)
  1983.                  / (double) upd->cmap[0].bitmsk,
  1984.    (pdev->color_info.depth + 3)>>2,rv);
  1985. #endif
  1986.  
  1987.    return rv;
  1988. }
  1989.  
  1990. /* ------------------------------------------------------------------- */
  1991. /* upd_icolor_rgb: Stored KCMY back to a RGB                           */
  1992. /* ------------------------------------------------------------------- */
  1993.  
  1994. private int
  1995. upd_icolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
  1996. {
  1997.    const upd_p     upd = ((upd_device *)pdev)->upd;
  1998.    gx_color_value c,m,y,k;
  1999.  
  2000. /*
  2001.  * Expand to the Component-Values
  2002.  */
  2003.    k = upd_expand(upd,0,color);
  2004.    c = upd_expand(upd,1,color);
  2005.    m = upd_expand(upd,2,color);
  2006.    y = upd_expand(upd,3,color);
  2007.  
  2008. /*
  2009.  * Then Invert and subtract K from the colors
  2010.  */
  2011.    prgb[0] = gx_max_color_value - c;
  2012.    if(prgb[0] > k) prgb[0] -= k;
  2013.    else            prgb[0]  = 0;
  2014.  
  2015.    prgb[1] = gx_max_color_value - m;
  2016.    if(prgb[1] > k) prgb[1] -= k;
  2017.    else            prgb[1]  = 0;
  2018.  
  2019.    prgb[2] = gx_max_color_value - y;
  2020.    if(prgb[2] > k) prgb[2] -= k;
  2021.    else            prgb[2]  = 0;
  2022.  
  2023.  
  2024. #if UPD_MESSAGES & UPD_M_MAPCALLS
  2025.    fprintf(stderr,
  2026.     "icolor_rgb: 0x%0*lx -> (%5.1f,%5.1f,%5.1f,%5.1f) -> (%5.1f,%5.1f,%5.1f,%5.1f) -> (%5.1f,%5.1f,%5.1f)\n",
  2027.     (pdev->color_info.depth + 3)>>2,color,
  2028.     255.0 * (double) ((color >> upd->cmap[1].bitshf) & upd->cmap[1].bitmsk)
  2029.                      / (double) upd->cmap[1].bitmsk,
  2030.     255.0 * (double) ((color >> upd->cmap[2].bitshf) & upd->cmap[2].bitmsk)
  2031.                      / (double) upd->cmap[2].bitmsk,
  2032.     255.0 * (double) ((color >> upd->cmap[3].bitshf) & upd->cmap[3].bitmsk)
  2033.                      / (double) upd->cmap[3].bitmsk,
  2034.     255.0 * (double) ((color >> upd->cmap[0].bitshf) & upd->cmap[0].bitmsk)
  2035.                      / (double) upd->cmap[0].bitmsk,
  2036.     255.0 * (double)   c     / (double) gx_max_color_value,
  2037.     255.0 * (double)   m     / (double) gx_max_color_value,
  2038.     255.0 * (double)   y     / (double) gx_max_color_value,
  2039.     255.0 * (double)   k     / (double) gx_max_color_value,
  2040.     255.0 * (double) prgb[0] / (double) gx_max_color_value,
  2041.     255.0 * (double) prgb[1] / (double) gx_max_color_value,
  2042.     255.0 * (double) prgb[2] / (double) gx_max_color_value);
  2043. #endif
  2044.  
  2045.    return 0;
  2046. }
  2047.  
  2048. /* ------------------------------------------------------------------- */
  2049. /* upd_rgb_1color: Grayscale-RGB->Grayscale-index-Mapping              */
  2050. /* ------------------------------------------------------------------- */
  2051.  
  2052. private gx_color_index
  2053. upd_rgb_1color(gx_device *pdev,
  2054.    gx_color_value r, gx_color_value g, gx_color_value b)
  2055. {
  2056.    const upd_p     upd = ((upd_device *)pdev)->upd;
  2057.    gx_color_index  rv;
  2058.  
  2059.    rv = upd_truncate(upd,0,r);
  2060.  
  2061. #if UPD_MESSAGES & UPD_M_MAPCALLS
  2062.    fprintf(stderr,
  2063.       "rgb_1color: (%5.1f,%5.1f,%5.1f) : (%5.1f) : 0x%0*lx\n",
  2064.       255.0 * (double) r  / (double) gx_max_color_value,
  2065.       255.0 * (double) g  / (double) gx_max_color_value,
  2066.       255.0 * (double) b  / (double) gx_max_color_value,
  2067.       255.0 * (double) ((rv >> upd->cmap[0].bitshf) & upd->cmap[0].bitmsk)
  2068.                     / (double) upd->cmap[0].bitmsk,
  2069.       (pdev->color_info.depth + 3)>>2,rv);
  2070. #endif
  2071.  
  2072.    return rv;
  2073. }
  2074.  
  2075. /* ------------------------------------------------------------------- */
  2076. /* upd_1color_rgb: reversal of the above                               */
  2077. /* ------------------------------------------------------------------- */
  2078.  
  2079. private int
  2080. upd_1color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
  2081. {
  2082.    const upd_p     upd = ((upd_device *)pdev)->upd;
  2083. /*
  2084.  * Actual task: expand to full range of gx_color_value
  2085.  */
  2086.    prgb[0] = upd_expand(upd,0,color);
  2087.  
  2088.    prgb[2] = prgb[1] = prgb[0];
  2089.  
  2090. #if UPD_MESSAGES & UPD_M_MAPCALLS
  2091.    fprintf(stderr,"1color_rgb: 0x%0*lx -> %5.1f -> (%5.1f,%5.1f,%5.1f)\n",
  2092.       (pdev->color_info.depth + 3)>>2,color,
  2093.       255.0 * (double) ((color >> upd->cmap[0].bitshf) & upd->cmap[0].bitmsk)
  2094.                        / (double) upd->cmap[0].bitmsk,
  2095.       255.0 * (double) prgb[0] / (double) gx_max_color_value,
  2096.       255.0 * (double) prgb[1] / (double) gx_max_color_value,
  2097.       255.0 * (double) prgb[2] / (double) gx_max_color_value);
  2098. #endif
  2099.  
  2100.    return 0;
  2101. }
  2102.  
  2103. /* ------------------------------------------------------------------- */
  2104. /* upd_rgb_3color: component-wise RGB->RGB-Mapping                     */
  2105. /* ------------------------------------------------------------------- */
  2106.  
  2107. private gx_color_index
  2108. upd_rgb_3color(gx_device *pdev,
  2109.    gx_color_value r, gx_color_value g, gx_color_value b)
  2110. {
  2111.    const upd_p     upd = ((upd_device *)pdev)->upd;
  2112.    gx_color_index  rv;
  2113.  
  2114.    rv = upd_truncate(upd,0,r) | upd_truncate(upd,1,g) | upd_truncate(upd,2,b);
  2115.    if(rv == gx_no_color_index) rv ^= 1;
  2116.  
  2117. #if UPD_MESSAGES & UPD_M_MAPCALLS
  2118.   fprintf(stderr,
  2119.    "rgb_3color: (%5.1f,%5.1f,%5.1f) : (%5.1f,%5.1f,%5.1f) : 0x%0*lx\n",
  2120.    255.0 * (double) r / (double) gx_max_color_value,
  2121.    255.0 * (double) g / (double) gx_max_color_value,
  2122.    255.0 * (double) b / (double) gx_max_color_value,
  2123.    255.0 * (double) ((rv >> upd->cmap[0].bitshf) & upd->cmap[0].bitmsk)
  2124.                  / (double) upd->cmap[0].bitmsk,
  2125.    255.0 * (double) ((rv >> upd->cmap[1].bitshf) & upd->cmap[1].bitmsk)
  2126.                  / (double) upd->cmap[1].bitmsk,
  2127.    255.0 * (double) ((rv >> upd->cmap[2].bitshf) & upd->cmap[2].bitmsk)
  2128.                  / (double) upd->cmap[2].bitmsk,
  2129.    (pdev->color_info.depth + 3)>>2,rv);
  2130. #endif
  2131.  
  2132.    return rv;
  2133. }
  2134.  
  2135. /* ------------------------------------------------------------------- */
  2136. /* upd_3color_rgb: reversal of the above                               */
  2137. /* ------------------------------------------------------------------- */
  2138.  
  2139. private int
  2140. upd_3color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
  2141. {
  2142.    const upd_p     upd = ((upd_device *)pdev)->upd;
  2143.  
  2144.    prgb[0] = upd_expand(upd,0,color);
  2145.    prgb[1] = upd_expand(upd,1,color);
  2146.    prgb[2] = upd_expand(upd,2,color);
  2147.  
  2148. #if UPD_MESSAGES & UPD_M_MAPCALLS
  2149.    fprintf(stderr,
  2150.      "3color_rgb: 0x%0*lx -> (%5.1f,%5.1f,%5.1f) -> (%5.1f,%5.1f,%5.1f)\n",
  2151.       (pdev->color_info.depth + 3)>>2,color,
  2152.       255.0 * (double) ((color >> upd->cmap[0].bitshf) & upd->cmap[0].bitmsk)
  2153.                        / (double) upd->cmap[0].bitmsk,
  2154.       255.0 * (double) ((color >> upd->cmap[1].bitshf) & upd->cmap[1].bitmsk)
  2155.                        / (double) upd->cmap[1].bitmsk,
  2156.       255.0 * (double) ((color >> upd->cmap[2].bitshf) & upd->cmap[2].bitmsk)
  2157.                        / (double) upd->cmap[2].bitmsk,
  2158.  
  2159.       255.0 * (double) prgb[0] / (double) gx_max_color_value,
  2160.       255.0 * (double) prgb[1] / (double) gx_max_color_value,
  2161.       255.0 * (double) prgb[2] / (double) gx_max_color_value);
  2162. #endif
  2163.  
  2164.    return 0;
  2165. }
  2166.  
  2167. /* ------------------------------------------------------------------- */
  2168. /* upd_rgb_4color: Create an WRGB-Index from RGB                       */
  2169. /* ------------------------------------------------------------------- */
  2170.  
  2171. private gx_color_index
  2172. upd_rgb_4color(gx_device *pdev,
  2173.    gx_color_value r, gx_color_value g, gx_color_value b)
  2174. {
  2175.    const upd_p     upd = ((upd_device *)pdev)->upd;
  2176.    gx_color_index  rv;
  2177.  
  2178.    if((r == g) && (g == b)) {
  2179.  
  2180.       rv = upd_truncate(upd,0,r);
  2181.  
  2182.    } else {
  2183.  
  2184.       gx_color_value w = g < r ? g : r; w = w < b ? w : b; /* Minimum */
  2185.  
  2186.       rv = upd_truncate(upd,0,w) | upd_truncate(upd,1,r) |
  2187.            upd_truncate(upd,2,g) | upd_truncate(upd,3,b);
  2188.  
  2189. /* It might still become a "gx_no_color_value" due to truncation, thus: */
  2190.  
  2191.       if(rv == gx_no_color_index) rv ^= 1;
  2192.    }
  2193.  
  2194. #if UPD_MESSAGES & UPD_M_MAPCALLS
  2195.   fprintf(stderr,
  2196.    "rgb_4color: (%5.1f,%5.1f,%5.1f) : (%5.1f,%5.1f,%5.1f,%5.1f) : 0x%0*lx\n",
  2197.    255.0 * (double) r / (double) gx_max_color_value,
  2198.    255.0 * (double) g / (double) gx_max_color_value,
  2199.    255.0 * (double) b / (double) gx_max_color_value,
  2200.    255.0 * (double) ((rv >> upd->cmap[1].bitshf) & upd->cmap[1].bitmsk)
  2201.                  / (double) upd->cmap[1].bitmsk,
  2202.    255.0 * (double) ((rv >> upd->cmap[2].bitshf) & upd->cmap[2].bitmsk)
  2203.                  / (double) upd->cmap[2].bitmsk,
  2204.    255.0 * (double) ((rv >> upd->cmap[3].bitshf) & upd->cmap[3].bitmsk)
  2205.                  / (double) upd->cmap[3].bitmsk,
  2206.    255.0 * (double) ((rv >> upd->cmap[0].bitshf) & upd->cmap[0].bitmsk)
  2207.                  / (double) upd->cmap[0].bitmsk,
  2208.    (pdev->color_info.depth + 3)>>2,rv);
  2209. #endif
  2210.  
  2211.    return rv;
  2212. }
  2213. /* ------------------------------------------------------------------- */
  2214. /* upd_4color_rgb: Stored WRGB-Index back to a RGB                     */
  2215. /* ------------------------------------------------------------------- */
  2216.  
  2217. private int
  2218. upd_4color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
  2219. {
  2220.    const upd_p     upd = ((upd_device *)pdev)->upd;
  2221.  
  2222. /*
  2223.  * Expand to the Component-Values
  2224.  */
  2225.    prgb[0] = upd_expand(upd,1,color);
  2226.    prgb[1] = upd_expand(upd,2,color);
  2227.    prgb[2] = upd_expand(upd,3,color);
  2228.  
  2229. /* Revert our Grayscale-Trick: */
  2230.    if(!(prgb[0] || prgb[1] || prgb[2]))
  2231.       prgb[0] = prgb[1] = prgb[2] = upd_expand(upd,0,color);
  2232.  
  2233.  
  2234. #if UPD_MESSAGES & UPD_M_MAPCALLS
  2235.    fprintf(stderr,
  2236.     "4color_rgb: 0x%0*lx -> (%5.1f,%5.1f,%5.1f,%5.1f) -> (%5.1f,%5.1f,%5.1f)\n",
  2237.     (pdev->color_info.depth + 3)>>2,color,
  2238.     255.0 * (double) ((color >> upd->cmap[1].bitshf) & upd->cmap[1].bitmsk)
  2239.                      / (double) upd->cmap[1].bitmsk,
  2240.     255.0 * (double) ((color >> upd->cmap[2].bitshf) & upd->cmap[2].bitmsk)
  2241.                      / (double) upd->cmap[2].bitmsk,
  2242.     255.0 * (double) ((color >> upd->cmap[3].bitshf) & upd->cmap[3].bitmsk)
  2243.                      / (double) upd->cmap[3].bitmsk,
  2244.     255.0 * (double) ((color >> upd->cmap[0].bitshf) & upd->cmap[0].bitmsk)
  2245.                      / (double) upd->cmap[0].bitmsk,
  2246.     255.0 * (double) prgb[0] / (double) gx_max_color_value,
  2247.     255.0 * (double) prgb[1] / (double) gx_max_color_value,
  2248.     255.0 * (double) prgb[2] / (double) gx_max_color_value);
  2249. #endif
  2250.  
  2251.    return 0;
  2252. }
  2253.  
  2254. /* ------------------------------------------------------------------- */
  2255. /* upd_cmyk_kcolor: KCMY->KCMY-Index Mapping with Black Generation     */
  2256. /* ------------------------------------------------------------------- */
  2257.  
  2258. private gx_color_index
  2259. upd_cmyk_kcolor(gx_device *pdev,
  2260.    gx_color_value c, gx_color_value m, gx_color_value y,gx_color_value k)
  2261. {
  2262.    const upd_p     upd = ((upd_device *)pdev)->upd;
  2263.    gx_color_index  rv;
  2264.    gx_color_value  black;
  2265.  
  2266.    if((c == m) && (m == y)) {
  2267.  
  2268.       black = c > k ? c : k;
  2269.       rv = upd_truncate(upd,0,black);
  2270.  
  2271.    } else {
  2272.  
  2273.       if(k) {
  2274.          black = k;
  2275.       } else {
  2276.          black = c     < m ? c     : m;
  2277.          black = black < y ? black : y;
  2278.       }
  2279.  
  2280.       rv  = upd_truncate(upd,0,black) | upd_truncate(upd,1,c)
  2281.           | upd_truncate(upd,2,m)     | upd_truncate(upd,3,y);
  2282.  
  2283. /* It might still become a "gx_no_color_value" due to truncation, thus: */
  2284.  
  2285.       if(rv == gx_no_color_index) rv ^= 1;
  2286.    }
  2287.  
  2288.  
  2289. #if UPD_MESSAGES & UPD_M_MAPCALLS
  2290.   fprintf(stderr,
  2291. "cmyk_kcolor: (%5.1f,%5.1f,%5.1f,%5.1f) : (%5.1f,%5.1f,%5.1f,%5.1f) : 0x%0*lx\n",
  2292.    255.0 * (double) c / (double) gx_max_color_value,
  2293.    255.0 * (double) m / (double) gx_max_color_value,
  2294.    255.0 * (double) y / (double) gx_max_color_value,
  2295.    255.0 * (double) k / (double) gx_max_color_value,
  2296.    255.0 * (double) ((rv >> upd->cmap[1].bitshf) & upd->cmap[1].bitmsk)
  2297.                  / (double) upd->cmap[1].bitmsk,
  2298.    255.0 * (double) ((rv >> upd->cmap[2].bitshf) & upd->cmap[2].bitmsk)
  2299.                  / (double) upd->cmap[2].bitmsk,
  2300.    255.0 * (double) ((rv >> upd->cmap[3].bitshf) & upd->cmap[3].bitmsk)
  2301.                  / (double) upd->cmap[3].bitmsk,
  2302.    255.0 * (double) ((rv >> upd->cmap[0].bitshf) & upd->cmap[0].bitmsk)
  2303.                  / (double) upd->cmap[0].bitmsk,
  2304.    (pdev->color_info.depth + 3)>>2,rv);
  2305. #endif
  2306.  
  2307.    return rv;
  2308. }
  2309.  
  2310. /* ------------------------------------------------------------------- */
  2311. /* upd_kcolor_rgb: Stored CMY+generated K back to a RGB                */
  2312. /* ------------------------------------------------------------------- */
  2313.  
  2314. private int
  2315. upd_kcolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
  2316. {
  2317.    const upd_p     upd = ((upd_device *)pdev)->upd;
  2318.    gx_color_value c,m,y,k;
  2319.  
  2320. /*
  2321.  * Expand to the Component-Values
  2322.  */
  2323.    k = upd_expand(upd,0,color);
  2324.    c = upd_expand(upd,1,color);
  2325.    m = upd_expand(upd,2,color);
  2326.    y = upd_expand(upd,3,color);
  2327.  
  2328. /*
  2329.  * Check for plain Gray-Values
  2330.  */
  2331.    if(!(c | m | y )) {
  2332.  
  2333.       prgb[2] = prgb[1] = prgb[0] = gx_max_color_value - k;
  2334.  
  2335.    } else {
  2336.       prgb[0] = gx_max_color_value - c;
  2337.       prgb[1] = gx_max_color_value - m;
  2338.       prgb[2] = gx_max_color_value - y;
  2339.    }
  2340.  
  2341. #if UPD_MESSAGES & UPD_M_MAPCALLS
  2342.    fprintf(stderr,
  2343.     "kcolor_rgb: 0x%0*lx -> (%5.1f,%5.1f,%5.1f,%5.1f) -> (%5.1f,%5.1f,%5.1f,%5.1f) -> (%5.1f,%5.1f,%5.1f)\n",
  2344.     (pdev->color_info.depth + 3)>>2,color,
  2345.     255.0 * (double) ((color >> upd->cmap[1].bitshf) & upd->cmap[1].bitmsk)
  2346.                      / (double) upd->cmap[1].bitmsk,
  2347.     255.0 * (double) ((color >> upd->cmap[2].bitshf) & upd->cmap[2].bitmsk)
  2348.                      / (double) upd->cmap[2].bitmsk,
  2349.     255.0 * (double) ((color >> upd->cmap[3].bitshf) & upd->cmap[3].bitmsk)
  2350.                      / (double) upd->cmap[3].bitmsk,
  2351.     255.0 * (double) ((color >> upd->cmap[0].bitshf) & upd->cmap[0].bitmsk)
  2352.                      / (double) upd->cmap[0].bitmsk,
  2353.     255.0 * (double)   c     / (double) gx_max_color_value,
  2354.     255.0 * (double)   m     / (double) gx_max_color_value,
  2355.     255.0 * (double)   y     / (double) gx_max_color_value,
  2356.     255.0 * (double)   k     / (double) gx_max_color_value,
  2357.     255.0 * (double) prgb[0] / (double) gx_max_color_value,
  2358.     255.0 * (double) prgb[1] / (double) gx_max_color_value,
  2359.     255.0 * (double) prgb[2] / (double) gx_max_color_value);
  2360. #endif
  2361.  
  2362.    return 0;
  2363. }
  2364.  
  2365. /* ------------------------------------------------------------------- */
  2366. /* NOTE: Beyond this point only "uniprint"-special-items.              */
  2367. /* ------------------------------------------------------------------- */
  2368.  
  2369. /* ------------------------------------------------------------------- */
  2370. /* Return the gx_color_value for a given component                     */
  2371. /* ------------------------------------------------------------------- */
  2372.  
  2373. private gx_color_value
  2374. upd_expand(upd_pc upd,int i,uint32 ci)
  2375. {
  2376.    const updcmap_pc cmap = upd->cmap + i;    /* Writing-Shortcut */
  2377.  
  2378.    ci = (ci >> cmap->bitshf) & cmap->bitmsk; /* Extract the component */
  2379.    if(!cmap->rise) ci = cmap->bitmsk - ci;   /* Invert, if necessary */
  2380. /* no Truncation/Expansion on full range */
  2381.    if(gx_color_value_bits > cmap->bits) return cmap->code[ci];
  2382.    else                                 return (gx_color_value) ci;
  2383. }
  2384. /* That's simple, isn't it? */
  2385.  
  2386. /* ------------------------------------------------------------------- */
  2387. /* Truncate a gx_color_value to the desired number of bits.            */
  2388. /* ------------------------------------------------------------------- */
  2389.  
  2390. private uint32
  2391. upd_truncate(upd_pc upd,int i,gx_color_value v) {
  2392.    const updcmap_pc cmap = upd->cmap + i;
  2393.    int32           s; /* step size */
  2394.    gx_color_value *p; /* value-pointer */
  2395.  
  2396.    if(0 == cmap->bits) {                          /* trivial case */
  2397.  
  2398.       v = 0;
  2399.  
  2400.    } else if(gx_color_value_bits > cmap->bits) { /* really truncate ? */
  2401.  
  2402.       p = cmap->code + ((cmap->bitmsk + 1) >> 1);
  2403.       s =              ((cmap->bitmsk + 1) >> 2);
  2404. /*
  2405.  * Perform search in monotonic code-array
  2406.  */
  2407.       while(s > 0) {
  2408.          if(v > *p) {           /* we're below */
  2409.             p += s;
  2410.          } else if(v < p[-1]) { /* we're ahead for sure */
  2411.             p -= s;
  2412.          } else {
  2413. /* years ago, i knew what this was good for */
  2414.             if((v-p[-1]) < (p[0]-v)) p -= 1;
  2415.             break;
  2416.          }
  2417.          s >>= 1;
  2418.       }
  2419.       if((v-p[-1]) < (p[0]-v)) p -= 1;
  2420.       v = p - cmap->code;
  2421.    }
  2422.  
  2423.    if(!cmap->rise) v = cmap->bitmsk - v; /* Again reverse, if necessary */
  2424.  
  2425.    return ((uint32) v) << cmap->bitshf;
  2426. }
  2427.  
  2428. /* ------------------------------------------------------------------- */
  2429. /* upd_open_map: install the color-mapping                             */
  2430. /* ------------------------------------------------------------------- */
  2431.  
  2432. private int
  2433. upd_open_map(upd_device *udev)
  2434. {
  2435.    const upd_p      upd   = udev->upd;
  2436.    int imap;
  2437.  
  2438. /** _always_ initialize crucial Values! */
  2439.    for(imap = 0; UPD_CMAP_MAX > imap; ++imap) upd->cmap[imap].code   = NULL;
  2440.    upd->ncomp = 0;
  2441.  
  2442. /** There should not be an error yet */
  2443.    if(B_ERROR & upd->flags)    imap = 0;
  2444.  
  2445. /** Establish the xfer-Indices */
  2446.    if(imap) {
  2447.       for(imap = 0; UPD_CMAP_MAX > imap; ++imap) {
  2448.          upd->cmap[imap].xfer = -1;
  2449.          upd->cmap[imap].bits =  0;
  2450.       }
  2451.       switch(upd->choice[C_MAPPER]) {
  2452.          case MAP_GRAY:
  2453.             upd->cmap[0].xfer = FA_WXFER;
  2454.          break;
  2455.          case MAP_RGBW:
  2456.             upd->cmap[0].xfer = FA_WXFER;
  2457.             upd->cmap[1].xfer = FA_RXFER;
  2458.             upd->cmap[2].xfer = FA_GXFER;
  2459.             upd->cmap[3].xfer = FA_BXFER;
  2460.          break;
  2461.          case MAP_RGB:
  2462.             upd->cmap[0].xfer = FA_RXFER;
  2463.             upd->cmap[1].xfer = FA_GXFER;
  2464.             upd->cmap[2].xfer = FA_BXFER;
  2465.          break;
  2466.          case MAP_CMYK:
  2467.             upd->cmap[0].xfer = FA_KXFER;
  2468.             upd->cmap[1].xfer = FA_CXFER;
  2469.             upd->cmap[2].xfer = FA_MXFER;
  2470.             upd->cmap[3].xfer = FA_YXFER;
  2471.          break;
  2472.          case MAP_CMYKGEN:
  2473.             upd->cmap[0].xfer = FA_KXFER;
  2474.             upd->cmap[1].xfer = FA_CXFER;
  2475.             upd->cmap[2].xfer = FA_MXFER;
  2476.             upd->cmap[3].xfer = FA_YXFER;
  2477.          break;
  2478.          default:
  2479.             imap = 0;
  2480.          break;
  2481. #if         UPD_MESSAGES & UPD_M_WARNING
  2482.                if(upd_choice[C_MAPPER][0])
  2483.                   fprintf(stderr,
  2484.                      "upd_open_map: unsupported %s=%d\n",
  2485.                      upd_choice[C_MAPPER][0],upd->choice[C_MAPPER]);
  2486.                else
  2487.                   fprintf(stderr,
  2488.                      "upd_open_map: unsupported choce[%d]=%d\n",
  2489.                      C_MAPPER,upd->choice[C_MAPPER]);
  2490. #endif
  2491.             imap = 0;
  2492.          break;
  2493.       }
  2494.    }
  2495.  
  2496.  
  2497. /** The bit number sould be positive & fit into the storage */
  2498.  
  2499.    if(imap) { /* Check number of Bits & Shifts */
  2500.  
  2501. #if      UPD_MESSAGES & UPD_M_WARNING
  2502.       uint32 used = 0,bitmsk;
  2503. #endif
  2504.       bool success = true;
  2505.  
  2506.       for(imap = 0; UPD_CMAP_MAX > imap; ++imap) {
  2507.          if(0 > upd->cmap[imap].xfer) continue;
  2508.  
  2509.          if((0                     > upd->int_a[IA_COMPBITS].data[imap])  ||
  2510.             (gx_color_value_bits   < upd->int_a[IA_COMPBITS].data[imap])  ||
  2511.             (0                     > upd->int_a[IA_COMPSHIFT].data[imap]) ||
  2512.             (upd->int_a[IA_COMPBITS].data[imap] >
  2513.              (udev->color_info.depth - upd->int_a[IA_COMPSHIFT].data[imap]))) {
  2514. #if         UPD_MESSAGES & UPD_M_WARNING
  2515.                fprintf(stderr,
  2516.                   "upd_open_map: %d Bits << %d is illegal for %d. Component\n",
  2517.                   upd->int_a[IA_COMPBITS].data[imap],
  2518.                   upd->int_a[IA_COMPSHIFT].data[imap],imap+1);
  2519. #endif
  2520.  
  2521.             success = false;
  2522.  
  2523.  
  2524.          } else {
  2525.  
  2526.             int         n;
  2527.             const float *now;
  2528.             float       last;
  2529.  
  2530.             if((NULL == upd->float_a[upd->cmap[imap].xfer].data) ||
  2531.                (2    >  upd->float_a[upd->cmap[imap].xfer].size)   ) {
  2532.                float *fp;
  2533.                UPD_MM_DEL_PARAM(upd->float_a[upd->cmap[imap].xfer]);
  2534.                UPD_MM_GET_ARRAY(fp,2);
  2535.                fp[0] = 0.0;
  2536.                fp[1] = 1.0;
  2537.                upd->float_a[upd->cmap[imap].xfer].data = fp;
  2538.                upd->float_a[upd->cmap[imap].xfer].size = 2;
  2539.             }
  2540.             n    = upd->float_a[upd->cmap[imap].xfer].size-1;
  2541.             now  = upd->float_a[upd->cmap[imap].xfer].data;
  2542.             last = now[n];
  2543.  
  2544.             if(     *now < last) { /* Rising */
  2545.                last = *now++;
  2546.                while(n--) {
  2547.                  if(last >= *now) break;
  2548.                  last = *now++;
  2549.                }
  2550.             } else if(*now > last) { /* Falling */
  2551.                last = *now++;
  2552.                while(n--) {
  2553.                  if(last <= *now) break;
  2554.                  last = *now++;
  2555.                }
  2556.             }                      /* Monotony-check */
  2557.  
  2558.             if(0 <= n) {
  2559. #if            UPD_MESSAGES & UPD_M_WARNING
  2560.                fprintf(stderr,
  2561.                   "upd_open_map: %d. Component has non monoton Xfer\n",imap+1);
  2562. #endif
  2563.                success = false;
  2564.  
  2565.             } else {
  2566.  
  2567. #if            UPD_MESSAGES & UPD_M_WARNING
  2568.  
  2569.                bitmsk   = ((uint32) 1 << upd->int_a[IA_COMPBITS].data[imap]) -1;
  2570.                bitmsk <<= upd->int_a[IA_COMPSHIFT].data[imap];
  2571.  
  2572.                if(used & bitmsk) fprintf(stderr,
  2573.                   "upd_open_map: %d. Component overlaps with others\n",imap+1);
  2574.  
  2575.                used |= bitmsk;
  2576. #endif
  2577.             }
  2578.          }
  2579.       }
  2580.  
  2581.       if(!success) imap = 0;
  2582.  
  2583.    }             /* Check number of Bits */
  2584.  
  2585. /** Do the allocation */
  2586.  
  2587.    if(imap) {
  2588.  
  2589.       for(imap = 0; UPD_CMAP_MAX > imap; ++imap) {
  2590.          if(0 > upd->cmap[imap].xfer) continue;
  2591.  
  2592.          upd->cmap[imap].bits     = upd->int_a[IA_COMPBITS].data[imap];
  2593.          upd->cmap[imap].bitshf   = upd->int_a[IA_COMPSHIFT].data[imap];
  2594.          upd->cmap[imap].bitmsk   = 1;
  2595.          upd->cmap[imap].bitmsk <<= upd->cmap[imap].bits;
  2596.          upd->cmap[imap].bitmsk  -= 1;
  2597.          upd->cmap[imap].rise     =
  2598.             upd->float_a[upd->cmap[imap].xfer].data[0] <
  2599.             upd->float_a[upd->cmap[imap].xfer].data[
  2600.                upd->float_a[upd->cmap[imap].xfer].size-1] ?
  2601.             true : false;
  2602.          upd->cmap[imap].code     = gs_malloc(sizeof(upd->cmap[imap].code[0]),
  2603.              upd->cmap[imap].bitmsk+1,"upd/code");
  2604.          if(!upd->cmap[imap].code) break;
  2605.       }
  2606.  
  2607.       if(UPD_CMAP_MAX > imap) {
  2608.  
  2609.          imap = 0;
  2610.  
  2611. #if      UPD_MESSAGES & UPD_M_ERROR
  2612.             fprintf(stderr,"upd_open_map: could not allocate code-arrays\n");
  2613. #        endif
  2614.  
  2615.       }
  2616.    }
  2617.  
  2618. /** then fill the code-arrays */
  2619.  
  2620.    if(imap) {
  2621. /*
  2622.  * Try making things easier: (than with stcolor)
  2623.  *     normalize values to 0.0/1.0-Range
  2624.  *     X-Axis:   Color-Values (implied)
  2625.  *     Y-Values: Indices      (given)
  2626.  */
  2627.  
  2628.       for(imap = 0; UPD_CMAP_MAX > imap; ++imap) {
  2629.  
  2630.          const updcmap_p cmap = upd->cmap + imap;
  2631.          uint32 ly,iy;
  2632.          float ystep,xstep,fx,fy;
  2633.  
  2634. /*       Variables & Macro for Range-Normalization */
  2635.          double offset,scale;
  2636. #define  XFVAL(I) ((upd->float_a[cmap->xfer].data[I]-offset)*scale)
  2637.  
  2638.          if(0 > cmap->xfer) continue;
  2639.  
  2640.          cmap->code[cmap->bitmsk] = gx_max_color_value;
  2641.  
  2642.          if(!cmap->bits) continue;
  2643.  
  2644.          offset = upd->float_a[cmap->xfer].data[0];
  2645.          if(     0.0 > offset) offset = 0.0;
  2646.          else if(1.0 < offset) offset = 1.0;
  2647.  
  2648.          scale  = upd->float_a[cmap->xfer].data[upd->float_a[cmap->xfer].size-1];
  2649.          if(     0.0 > scale ) scale  = 0.0;
  2650.          else if(1.0 < scale ) scale  = 1.0;
  2651.  
  2652.          if(scale != offset) scale = 1.0 / (scale - offset);
  2653.          else                scale = 0.0;
  2654.  
  2655. /*       interpolate */
  2656.          ystep = (float) 1.0 / (float) cmap->bitmsk;
  2657.          xstep = (float) 1.0 / (float)(upd->float_a[cmap->xfer].size - 1);
  2658.  
  2659.          iy = 0;
  2660.          for(ly = 0; ly <= cmap->bitmsk; ++ly) {
  2661.  
  2662.             fy = ystep * ly; /* Target-Value */
  2663.  
  2664.             while(((iy+1) < upd->float_a[cmap->xfer].size) &&
  2665.                   (fy > XFVAL(iy+1))) ++iy;
  2666.  
  2667.             fx  = iy + (fy - XFVAL(iy))/(XFVAL(iy+1) - XFVAL(iy));
  2668.  
  2669.             fx *= xstep * gx_max_color_value;
  2670.  
  2671.             fx  = fx < 0.0 ? 0.0 :
  2672.                  (fx > gx_max_color_value ? gx_max_color_value : fx);
  2673.  
  2674.             cmap->code[ly] = fx;
  2675.             if((fx - cmap->code[ly]) >= 0.5) cmap->code[ly] += 1;
  2676.          }
  2677.  
  2678. #undef   XFVAL
  2679.  
  2680.       }
  2681.    }
  2682.  
  2683. /** If we're ok, massage upd->ncomp */
  2684.  
  2685.    if(imap) {
  2686.       switch(upd->choice[C_MAPPER]) {
  2687.          case MAP_GRAY:
  2688.            if(1 > imap) imap = 0;
  2689.            upd->ncomp = 1;
  2690.          break;
  2691.          case MAP_RGBW: /* RGB->RGBW */
  2692.            if(4 > imap) imap = 0;
  2693.            upd->ncomp = 4;
  2694.          break;
  2695.          case MAP_RGB: /* Plain RGB */
  2696.            if(3 > imap) imap = 0;
  2697.            upd->ncomp = 3;
  2698.          break;
  2699.          case MAP_CMYK: /* Plain KCMY */
  2700.            if(4 > imap) imap = 0;
  2701.             upd->ncomp = 4;
  2702.          break;
  2703.          case MAP_CMYKGEN: /* KCMY with black-generation */
  2704.            if(4 > imap) imap = 0;
  2705.            upd->ncomp = 4;
  2706.          break;
  2707.  
  2708.          default:
  2709.            imap = 0;
  2710. #if        UPD_MESSAGES & UPD_M_WARNING
  2711.               fprintf(stderr,
  2712.                  "upd_open: Mapping %d unknown\n",upd->choice[C_MAPPER]);
  2713. #endif
  2714.  
  2715.          break;
  2716.       }
  2717.    }
  2718.  
  2719.  
  2720. /** If unsuccesful, install the default routines */
  2721.  
  2722.    if(!imap) {
  2723.       upd_close_map(udev);
  2724.    } else {
  2725.       upd->flags |= B_MAP;
  2726.       upd_procs_map(udev);
  2727.    }
  2728.  
  2729.    return imap ? 1 : -1;
  2730. }
  2731.  
  2732. /* ------------------------------------------------------------------- */
  2733. /* upd_procs_map: (de-) install the color-mapping-procedures           */
  2734. /* ------------------------------------------------------------------- */
  2735.  
  2736. private int
  2737. upd_procs_map(upd_device *udev)
  2738. {
  2739.    int imap;
  2740.  
  2741.    if( udev->upd &&
  2742.       (udev->upd->flags & B_MAP)) imap = udev->upd->choice[C_MAPPER];
  2743.    else                           imap = 0;
  2744.  
  2745.    switch(imap) {
  2746.      case 1: /* Grayscale -> Grayscale */
  2747.        set_dev_proc(udev,map_rgb_color, upd_rgb_1color);
  2748.        set_dev_proc(udev,map_cmyk_color,gx_default_map_cmyk_color);
  2749.        set_dev_proc(udev,map_color_rgb, upd_1color_rgb);
  2750.      break;
  2751.      case 2: /* RGB->RGBW */
  2752.        set_dev_proc(udev,map_rgb_color, upd_rgb_4color);
  2753.        set_dev_proc(udev,map_cmyk_color,gx_default_map_cmyk_color);
  2754.        set_dev_proc(udev,map_color_rgb, upd_4color_rgb);
  2755.      break;
  2756.      case 3: /* Plain RGB */
  2757.        set_dev_proc(udev,map_rgb_color, upd_rgb_3color);
  2758.        set_dev_proc(udev,map_cmyk_color,gx_default_map_cmyk_color);
  2759.        set_dev_proc(udev,map_color_rgb, upd_3color_rgb);
  2760.      break;
  2761.      case 4: /* Plain KCMY */
  2762.        set_dev_proc(udev,map_rgb_color, gx_default_map_rgb_color);
  2763.        set_dev_proc(udev,map_cmyk_color,upd_cmyk_icolor);
  2764.        set_dev_proc(udev,map_color_rgb, upd_icolor_rgb);
  2765.      break;
  2766.      case 5: /* KCMY with black-generation */
  2767.        set_dev_proc(udev,map_rgb_color, gx_default_map_rgb_color);
  2768.        set_dev_proc(udev,map_cmyk_color,upd_cmyk_kcolor);
  2769.        set_dev_proc(udev,map_color_rgb, upd_kcolor_rgb);
  2770.     break;
  2771.     default:
  2772.        set_dev_proc(udev,map_rgb_color, gx_default_map_rgb_color);
  2773.        set_dev_proc(udev,map_cmyk_color,gx_default_map_cmyk_color);
  2774.        set_dev_proc(udev,map_color_rgb, gx_default_map_color_rgb);
  2775.     break;
  2776.   }
  2777.   return 0;
  2778.  
  2779. }
  2780.  
  2781. /* ------------------------------------------------------------------- */
  2782. /* upd_close_map: remove color mapping                                 */
  2783. /* ------------------------------------------------------------------- */
  2784.  
  2785. private int
  2786. upd_close_map(upd_device *udev)
  2787. {
  2788.    const upd_p      upd   = udev->upd;
  2789.    int imap;
  2790.  
  2791.    if(upd) {
  2792.  
  2793.       for(imap = 0; UPD_CMAP_MAX > imap; ++imap) {
  2794.  
  2795.          if(upd->cmap[imap].code)
  2796.             gs_free(upd->cmap[imap].code,sizeof(upd->cmap[imap].code[0]),
  2797.                 upd->cmap[imap].bitmsk+1,"upd/code");
  2798.          upd->cmap[imap].code   = NULL;
  2799.  
  2800.          upd->cmap[imap].bitmsk = 0;
  2801.          upd->cmap[imap].bitshf = 0;
  2802.          upd->cmap[imap].bits   = 0;
  2803.          upd->cmap[imap].rise   = false;
  2804.       }
  2805.       upd->flags &= ~B_MAP;
  2806.    }
  2807.  
  2808.    upd_procs_map(udev);
  2809.  
  2810.    return 0;
  2811. }
  2812.  
  2813. /* ------------------------------------------------------------------- */
  2814. /* Functions for the rendering of data                                 */
  2815. /* ------------------------------------------------------------------- */
  2816.  
  2817. /**
  2818. Inside the main-upd-type are a "valbuf" and some unidentified
  2819. pointers. This stuff is used in conjunction with the rendering,
  2820. which is the process of converting gx_color_indices into something
  2821. suitable for the device.
  2822.  
  2823. */
  2824.  
  2825. /* ------------------------------------------------------------------- */
  2826. /* upd_open_render: Initialize rendering                               */
  2827. /* ------------------------------------------------------------------- */
  2828.  
  2829. private void
  2830. upd_open_render(upd_device *udev)
  2831. {
  2832.    const upd_p upd = udev->upd;
  2833.    int  icomp;
  2834.  
  2835. /** Reset everything related to rendering */
  2836.    upd->flags       &= ~B_RENDER;
  2837.    upd->valbuf       = NULL;
  2838.    upd->nvalbuf      = 0;
  2839.    upd->render       = NULL;
  2840.    upd->start_render = NULL;
  2841.    for(icomp = 0; UPD_VALPTR_MAX > icomp; ++icomp) upd->valptr[icomp] = NULL;
  2842.  
  2843.    if( (B_BUF | B_MAP) ==
  2844.       ((B_BUF | B_MAP | B_ERROR) & upd->flags)) {
  2845.  
  2846. /** Establish the renderingwidth in upd */
  2847.       upd->rwidth = upd->gswidth;
  2848.       if((0            < upd->ints[I_PWIDTH]) &&
  2849.          (upd->gswidth > upd->ints[I_PWIDTH])   )
  2850.           upd->rwidth  = upd->ints[I_PWIDTH];
  2851.  
  2852. /** Call the Render-specific Open-Function */
  2853.       switch(upd->choice[C_RENDER]) {
  2854.          case RND_FSCOMP:
  2855.             upd_open_fscomp(udev);
  2856.          break;
  2857.          case RND_FSCMYK:
  2858.             upd_open_fscmyk(udev);
  2859.          break;
  2860.          default:
  2861. #if UPD_MESSAGES & UPD_M_WARNING
  2862.             fprintf(stderr,"upd_open_render: Unknown rendering type %d\n",
  2863.                 upd->choice[C_RENDER]);
  2864. #endif
  2865.          break;
  2866.       }
  2867.    }
  2868.  
  2869.    if(B_RENDER != ((B_ERROR | B_RENDER) & upd->flags))
  2870.       upd_close_render(udev);
  2871.  
  2872.    return;
  2873. }
  2874.  
  2875.  
  2876. /* ------------------------------------------------------------------- */
  2877. /* upd_close_render: Deinitialize rendering                            */
  2878. /* ------------------------------------------------------------------- */
  2879.  
  2880. private void
  2881. upd_close_render(upd_device *udev)
  2882. {
  2883.    const upd_p upd = udev->upd;
  2884.  
  2885.    if(upd) {
  2886.       int icomp;
  2887.  
  2888.       if((upd->render == upd_fscomp) ||
  2889.          (upd->render == upd_fscmyk)   )  upd_close_fscomp(udev);
  2890.  
  2891.       if((0 < upd->nvalbuf) && upd->valbuf)
  2892.          gs_free(upd->valbuf,upd->nvalbuf,sizeof(upd->valbuf[0]),"upd/valbuf");
  2893.       upd->valbuf  = NULL;
  2894.       upd->nvalbuf = 0;
  2895.  
  2896.       upd->flags       &= ~B_RENDER;
  2897.       upd->render       = NULL;
  2898.       upd->start_render = NULL;
  2899.       for(icomp = 0; UPD_VALPTR_MAX > icomp; ++icomp) upd->valptr[icomp] = NULL;
  2900.  
  2901.    }
  2902.    return;
  2903. }
  2904.  
  2905. /* ------------------------------------------------------------------- */
  2906. /* upd_open_fscomp: Initialize Component-Floyd-Steinberg               */
  2907. /* ------------------------------------------------------------------- */
  2908. #if UPD_MESSAGES & UPD_M_FSBUF
  2909. static int32 fs_emin[UPD_VALPTR_MAX],fs_emax[UPD_VALPTR_MAX];
  2910. #endif
  2911. private void
  2912. upd_open_fscomp(upd_device *udev)
  2913. {
  2914.    const upd_p upd = udev->upd;
  2915.    int icomp,order[UPD_CMAP_MAX];
  2916.  
  2917. #if UPD_MESSAGES & UPD_M_FSBUF
  2918.    for(icomp = 0; UPD_VALPTR_MAX < icomp; ++icomp)
  2919.       fs_emin[icomp] = fs_emax[icomp] = 0;
  2920. #endif
  2921.  
  2922.    icomp = upd->ncomp;
  2923.    if(0 < upd->ints[I_NCOMP]) icomp = upd->ints[I_NCOMP];
  2924.  
  2925.    if((0              >= icomp) ||
  2926.       (UPD_VALPTR_MAX <  icomp) ||
  2927.       (UPD_CMAP_MAX   <  icomp)   ) icomp      = 0;
  2928.    else                             upd->ncomp = icomp;
  2929.  
  2930. /**
  2931. This Version of the FS-algorithm works on the mapped components, but
  2932. the printing-order might be different from the order dictated by the
  2933. mapping-routines. The optional RNDCOMP-Array is used for that. The
  2934. initial test checks it's integrity.
  2935. */
  2936.    if(icomp) {
  2937.       if(upd->ncomp <= upd->int_a[IA_COMPORDER].size) { /* Reordering */
  2938.          bool success = true;
  2939.          for(icomp = 0; upd->ncomp > icomp; ++icomp) {
  2940.             order[icomp] = upd->int_a[IA_COMPORDER].data[icomp];
  2941.             if((0            >  order[icomp]) ||
  2942.                (UPD_CMAP_MAX <= order[icomp])   ) {
  2943.                success = false;
  2944. #if UPD_MESSAGES & UPD_M_WARNING
  2945.                   fprintf(stderr,
  2946.                    "upd_open_fscomp: %d is illegal component-index\n",
  2947.                    order[icomp]);
  2948. #endif
  2949.             }
  2950.          }
  2951.          if(!success) icomp = 0;
  2952.       } else {                                          /* Default-Ordering */
  2953.          for(icomp = 0; UPD_CMAP_MAX > icomp; ++icomp) order[icomp] = icomp;
  2954.       }                                                 /* Ordering defined */
  2955.    }
  2956.  
  2957. /**
  2958. If anything was ok. up to now, memory get's allocated.
  2959. */
  2960.    if(icomp) {
  2961.  
  2962.       for(icomp = 0; upd->ncomp > icomp; ++icomp) {
  2963.          upd->valptr[icomp] = gs_malloc(1,sizeof(updcomp_t),"upd/fscomp");
  2964.          if(NULL == upd->valptr[icomp]) {
  2965. #if UPD_MESSAGES & UPD_M_ERROR
  2966.             fprintf(stderr,
  2967.                "upd_open_fscomp: could not allocate %d. updcomp\n",
  2968.                icomp);
  2969. #endif
  2970.             icomp = 0;
  2971.             break;
  2972.          }
  2973.       }
  2974.    }
  2975.  
  2976.    if(icomp) {
  2977.       uint need;
  2978.  
  2979.       need  = (2 + upd->rwidth) * upd->ncomp;
  2980.       upd->valbuf = gs_malloc(need,sizeof(upd->valbuf[0]),"upd/valbuf");
  2981.  
  2982.       if(upd->valbuf) {
  2983.          upd->nvalbuf = need;
  2984.          memset(upd->valbuf,0,need*sizeof(upd->valbuf[0]));
  2985.       } else {
  2986. #if UPD_MESSAGES & UPD_M_ERROR
  2987.          fprintf(stderr,
  2988.             "upd_open_fscomp: could not allocate %u words for valbuf\n",need);
  2989. #endif
  2990.          icomp = 0;
  2991.       }
  2992.    }
  2993.  
  2994. /* Still happy? then compute component-values */
  2995.  
  2996.    if(icomp) {
  2997.       for(icomp = 0; upd->ncomp > icomp; ++icomp) {
  2998.  
  2999.          const updcomp_p comp   = upd->valptr[icomp];
  3000.          const int32     nsteps = upd->cmap[order[icomp]].bitmsk;
  3001.          float ymin,ymax;
  3002.          int32 highmod,highval;
  3003.          int i;
  3004.  
  3005.          comp->threshold = nsteps;
  3006.          comp->spotsize  = nsteps;
  3007.          comp->offset    = 0;
  3008.          comp->scale     = 1;
  3009.          comp->cmap      = order[icomp];
  3010.          upd->cmap[comp->cmap].comp = icomp;
  3011.          comp->bits      = upd->cmap[comp->cmap].bits;
  3012.          comp->bitshf    = upd->cmap[comp->cmap].bitshf;
  3013.          comp->bitmsk    = upd->cmap[comp->cmap].bitmsk;
  3014.  
  3015.          if(!nsteps) continue; /* A 0-Bit component is legal! */
  3016.  
  3017.          if(upd->cmap[comp->cmap].rise) {
  3018.             ymin = upd->float_a[upd->cmap[comp->cmap].xfer].data[0];
  3019.             ymax = upd->float_a[upd->cmap[comp->cmap].xfer].data[
  3020.                       upd->float_a[upd->cmap[comp->cmap].xfer].size-1];
  3021.          } else {
  3022.             ymax = upd->float_a[upd->cmap[comp->cmap].xfer].data[0];
  3023.             ymin = upd->float_a[upd->cmap[comp->cmap].xfer].data[
  3024.                       upd->float_a[upd->cmap[comp->cmap].xfer].size-1];
  3025.          }
  3026.  
  3027.          if(0.0 > ymin) {
  3028.             ymin = 0.0;
  3029.             if(0.0 > ymax) ymax = 1.0 / (float) (nsteps+1);
  3030.          }
  3031.          if(1.0 < ymax) ymax = 1.0;
  3032.  
  3033.          comp->spotsize = ((int32) 1 << 28) - 1;
  3034.  
  3035.          for(i = 0; i < 32; ++i) { /* Attempt Ideal */
  3036.  
  3037.             highval = (ymax-ymin) * (double) comp->spotsize + 0.5;
  3038.  
  3039.             if(!(highmod = highval % nsteps)) break; /* Gotcha */
  3040.  
  3041.             highval += nsteps - highmod;
  3042.             comp->spotsize = (double) highval / (ymax-ymin) + 0.5;
  3043.  
  3044.             if(!(comp->spotsize % 2)) comp->spotsize++;
  3045.  
  3046.          }                         /* Attempt Ideal */
  3047.  
  3048.          comp->offset    = ymin * (double) comp->spotsize + (double) 0.5;
  3049.          comp->scale     = highval / nsteps;
  3050.          comp->threshold = comp->spotsize / 2;
  3051.  
  3052. #if UPD_MESSAGES & UPD_M_SETUP
  3053.          fprintf(stderr,
  3054.              "Values for %d. Component after %d iterations\n",comp->cmap+1,i);
  3055.          fprintf(stderr,
  3056.              "steps:     %10ld, Bits: %d\n",(long) comp->bitmsk,comp->bits);
  3057.          fprintf(stderr,
  3058.              "xfer:      %10d Points, %s\n",
  3059.              upd->float_a[upd->cmap[comp->cmap].xfer].size,
  3060.              upd->cmap[comp->cmap].rise ? "rising" : "falling");
  3061.          fprintf(stderr,
  3062.              "offset:    %10d 0x%08x\n",comp->offset,comp->offset);
  3063.          fprintf(stderr,
  3064.              "scale:     %10d 0x%08x\n",comp->scale,comp->scale);
  3065.          fprintf(stderr,
  3066.              "threshold: %10d 0x%08x\n",comp->threshold,comp->threshold);
  3067.          fprintf(stderr,
  3068.              "spotsize:  %10d 0x%08x\n",comp->spotsize,comp->spotsize);
  3069. #endif
  3070.       }
  3071.    }
  3072. /**
  3073. Optional Random Initialization of the value-Buffer
  3074. */
  3075.    if(icomp && !(B_FSZERO & upd->flags)) {
  3076.       for(icomp = 0; icomp < upd->ncomp; ++icomp) {
  3077.          const updcomp_p comp = upd->valptr[icomp];
  3078.          int i;
  3079.          int32 lv = INT32_MAX, hv = INT32_MIN, v;
  3080.          float scale;
  3081.          for(i = icomp; i < upd->nvalbuf; i += upd->ncomp) {
  3082.             v = rand();
  3083.             if(lv > v) lv = v;
  3084.             if(hv < v) hv = v;
  3085.             upd->valbuf[i] = v;
  3086.          }
  3087.          scale = (float) comp->threshold / (float) (hv - lv);
  3088.          lv   += comp->threshold / (2*scale);
  3089.          for(i = icomp; i < upd->nvalbuf; i += upd->ncomp)
  3090.             upd->valbuf[i] = scale * (upd->valbuf[i] - lv);
  3091.       }
  3092.    }
  3093.  
  3094. /**
  3095. The render-Routine acts as an indicator, which render-close is to use!
  3096. */
  3097.    upd->render = upd_fscomp;
  3098.  
  3099.    if(icomp) upd->flags |=  B_RENDER;
  3100.    else      upd->flags &= ~B_RENDER;
  3101.  
  3102.    return;
  3103. }
  3104.  
  3105. /* ------------------------------------------------------------------- */
  3106. /* upd_close_fscomp: Deinitialize Component-Floyd-Steinberg            */
  3107. /* ------------------------------------------------------------------- */
  3108.  
  3109. private void
  3110. upd_close_fscomp(upd_device *udev)
  3111. {
  3112.    const upd_p upd = udev->upd;
  3113.    int icomp;
  3114.  
  3115. #if UPD_MESSAGES & UPD_M_FSBUF
  3116.    if(upd && (upd->flags & B_RENDER)) {
  3117.  
  3118.       for(icomp = 0; icomp < upd->ncomp; ++icomp) {
  3119.          updcomp_p comp = upd->valptr[icomp];
  3120.          if(!comp) continue;
  3121.          if(!comp->spotsize) continue;
  3122.          fprintf(stderr,"%d. Component: %6.3f <= error <= %6.3f\n",
  3123.              icomp+1,
  3124.              (double) fs_emin[icomp] / (double) comp->spotsize,
  3125.              (double) fs_emax[icomp] / (double) comp->spotsize);
  3126.       }
  3127.  
  3128.    }
  3129. #endif
  3130.  
  3131.    for(icomp = 0; UPD_VALPTR_MAX > icomp; ++icomp) {
  3132.       if(!upd->valptr[icomp]) continue;
  3133.       gs_free(upd->valptr[icomp],1,sizeof(updcomp_t),"upd/fscomp");
  3134.       upd->valptr[icomp] = NULL;
  3135.    }
  3136. }
  3137.  
  3138. /* ------------------------------------------------------------------- */
  3139. /* upd_fscomp: Apply Floyd-Steinberg to each component                 */
  3140. /* ------------------------------------------------------------------- */
  3141.  
  3142. /**
  3143.    With UPD_M_FSBUF Max/Min-Values for the Errors are computed
  3144. */
  3145. #if   UPD_MESSAGES & UPD_M_FSBUF
  3146. #define FS_M_ROWERR(I)                                        \
  3147.            if(fs_emin[I] > rowerr[I]) fs_emin[I] = rowerr[I]; \
  3148.            if(fs_emax[I] < rowerr[I]) fs_emax[I] = rowerr[I];
  3149. #else
  3150. #define FS_M_ROWERR(I) ;
  3151. #endif
  3152. /**
  3153.    FS_GOAL computes the desired Pixel-Value
  3154. */
  3155. #define FS_GOAL(Raw,I)                                                     \
  3156.    pixel[I] = (int32)(Raw) * comp[I]->scale +    comp[I]->offset           \
  3157.             + rowerr[I]  + colerr[I] -       ((colerr[I]+4)>>3);           \
  3158.    if(         pixel[I] < 0)                    pixel[I] = 0;              \
  3159.    else if(    pixel[I] >    comp[I]->spotsize) pixel[I] = comp[I]->spotsize;
  3160.  
  3161. /*
  3162.  *    Distribute the error:   prev  now   next
  3163.  *                                   X    7/16 Y
  3164.  *                            3/16  5/16  1/16 Y+1
  3165.  */
  3166. #define FS_DIST(I)                                                    \
  3167.    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
  3168.               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
  3169.                              + (( colerr[I]+4)>>3); /* 1/16 (rest) */ \
  3170.               colerr[I    ]  = pixel[I]             /* 8/16 (neu) */  \
  3171.                              - ((5*pixel[I]  )>>4)                    \
  3172.                              - ((3*pixel[I]+8)>>4);
  3173. /**
  3174.    S_FSTEP   adjusts the Indices (rowerr, bit and iword)
  3175. */
  3176. #define S_FSTEP                                \
  3177.    rowerr += dir;                              \
  3178.    first   = false;                            \
  3179.    if(0 > dir) { /* Reverse */                 \
  3180.       if(!(bit <<= 1)) { bit = 0x01; ibyte--; }\
  3181.    } else {      /* Forward */                 \
  3182.       if(!(bit >>= 1)) { bit = 0x80; ibyte++; }\
  3183.    }             /* Inc/Dec Bit */
  3184.  
  3185. private int
  3186. upd_fscomp(upd_p upd)
  3187. {
  3188.    const updscan_p  scan    = upd->scnbuf[upd->yscnbuf & upd->scnmsk];
  3189.    const updcomp_p *comp    = (updcomp_p *) upd->valptr;
  3190.    int32 *const     pixel  = upd->valbuf;
  3191.    int32 *const     colerr = pixel  + upd->ncomp;
  3192.    int32           *rowerr = colerr + upd->ncomp;
  3193.    int              pwidth = upd->rwidth;
  3194.    int              dir,ibyte;
  3195.    uint32       ci;
  3196.    byte         bit;
  3197.    bool         first = true;
  3198. /*
  3199.  * Erase the component-Data
  3200.  */
  3201.    switch(upd->ncomp) {
  3202.      case 4:  memset(scan[3].bytes,0,upd->nbytes);
  3203.      case 3:  memset(scan[2].bytes,0,upd->nbytes);
  3204.               memset(scan[1].bytes,0,upd->nbytes);
  3205.      default: memset(scan[0].bytes,0,upd->nbytes);
  3206.    }
  3207. /*
  3208.  * determine the direction
  3209.  */
  3210.    if(upd->flags &   B_REVDIR) { /* This one reverse */
  3211.  
  3212.       if(upd->flags & B_YFLIP) {
  3213.          dir     = upd->ncomp;
  3214.          bit     = 0x80;
  3215.          ibyte   = 0;
  3216.       } else {
  3217.          dir     =  -upd->ncomp;
  3218.          rowerr +=   upd->ncomp * (pwidth-1);
  3219.          bit     =   0x80 >>     ((pwidth-1) & 7);
  3220.          ibyte   =                (pwidth-1) >> 3;
  3221.       }
  3222.  
  3223.       if(!(upd->flags & B_FSWHITE)) {
  3224.          upd_pxlfwd(upd);
  3225.          while((0 < pwidth) && !upd_pxlget(upd)) pwidth--;
  3226.       }
  3227.  
  3228.       upd_pxlrev(upd);
  3229.  
  3230.    } else {                       /* This one forward */
  3231.  
  3232.       if(upd->flags & B_YFLIP) {
  3233.          dir     =  -upd->ncomp;
  3234.          rowerr +=   upd->ncomp * (pwidth-1);
  3235.          bit     =   0x80 >>     ((pwidth-1) & 7);
  3236.          ibyte   =                (pwidth-1) >> 3;
  3237.       } else {
  3238.          dir     = upd->ncomp;
  3239.          bit     = 0x80;
  3240.          ibyte   = 0;
  3241.       }
  3242.  
  3243.       if(!(upd->flags & B_FSWHITE)) {
  3244.          upd_pxlrev(upd);
  3245.          while((0 < pwidth) && !upd_pxlget(upd)) pwidth--;
  3246.       }
  3247.  
  3248.       upd_pxlfwd(upd);
  3249.  
  3250.    }                              /* reverse or forward */
  3251. /*
  3252.  * Toggle Direction, if not fixed
  3253.  */
  3254.    if(!(upd->flags & B_FIXDIR)) upd->flags ^= B_REVDIR;
  3255. /*
  3256.  * Skip over leading white-space
  3257.  */
  3258.    if(!(upd->flags & B_FSWHITE)) {
  3259.       upd_proc_pxlget((*fun)) = upd->pxlget;
  3260.       byte             *ptr   = upd->pxlptr;
  3261.       while((0 < pwidth) && !upd_pxlget(upd)) {
  3262.          pwidth--;
  3263.          fun = upd->pxlget;
  3264.          ptr = upd->pxlptr;
  3265.          S_FSTEP
  3266.       }
  3267.       upd->pxlget = fun;
  3268.       upd->pxlptr = ptr;
  3269.    }
  3270. /*
  3271.  * Process all Pixels
  3272.  */
  3273.    first = true;
  3274.    while(0 < pwidth--) {
  3275. /*
  3276.  *    Execute FS-Algorithm for each active component
  3277.  */
  3278.       ci = upd_pxlget(upd);
  3279.       switch(upd->ncomp) {
  3280.          case 4:  FS_M_ROWERR(3)
  3281.                   FS_GOAL(comp[3]->bitmsk & (ci >> comp[3]->bitshf),3)
  3282.                   if(pixel[3] >  comp[3]->threshold) { /* "Fire" */
  3283.                      pixel[3] -= comp[3]->spotsize;
  3284.                       scan[3].bytes[ibyte] |= bit;
  3285.                   }                                    /* "Fire" */
  3286.                   FS_DIST(3)
  3287.  
  3288.          case 3:  FS_M_ROWERR(2)
  3289.                   FS_GOAL(comp[2]->bitmsk & (ci >> comp[2]->bitshf),2)
  3290.                   if(pixel[2] >  comp[2]->threshold) { /* "Fire" */
  3291.                      pixel[2] -= comp[2]->spotsize;
  3292.                       scan[2].bytes[ibyte] |= bit;
  3293.                   }                                    /* "Fire" */
  3294.                   FS_DIST(2)
  3295.  
  3296.                   FS_M_ROWERR(1)
  3297.                   FS_GOAL(comp[1]->bitmsk & (ci >> comp[1]->bitshf),1)
  3298.                   if(pixel[1] >  comp[1]->threshold) { /* "Fire" */
  3299.                      pixel[1] -= comp[1]->spotsize;
  3300.                       scan[1].bytes[ibyte] |= bit;
  3301.                   }                                    /* "Fire" */
  3302.                   FS_DIST(1)
  3303.  
  3304.          default: FS_M_ROWERR(0)
  3305.                   FS_GOAL(comp[0]->bitmsk & (ci >> comp[0]->bitshf),0)
  3306.                   if(pixel[0] >  comp[0]->threshold) { /* "Fire" */
  3307.                      pixel[0] -= comp[0]->spotsize;
  3308.                       scan[0].bytes[ibyte] |= bit;
  3309.                   }                                    /* "Fire" */
  3310.                   FS_DIST(0)
  3311.       }
  3312. /*
  3313.  *    Adjust rowerr, bit & iword, depending on direction
  3314.  */
  3315.       S_FSTEP
  3316.    }
  3317. /*
  3318.  * Finally call the limits-Routine
  3319.  */
  3320.    if(0 < upd->nlimits) upd_limits(upd,true);
  3321.    return 0;
  3322. }
  3323.  
  3324. /* ------------------------------------------------------------------- */
  3325. /* upd_open_fscmyk: Initialize Component-Floyd-Steinberg               */
  3326. /* ------------------------------------------------------------------- */
  3327.  
  3328. private void
  3329. upd_open_fscmyk(upd_device *udev)
  3330. {
  3331.    const upd_p upd = udev->upd;
  3332.  
  3333.    upd_open_fscomp(udev);
  3334.  
  3335.    if((B_RENDER & upd->flags) &&
  3336.       (4 == upd->ncomp) &&
  3337.       (8 <= upd->cmap[0].bits) && (24 == upd->cmap[0].bitshf) &&
  3338.       (8 <= upd->cmap[1].bits) && (16 == upd->cmap[1].bitshf) &&
  3339.       (8 <= upd->cmap[2].bits) && ( 8 == upd->cmap[2].bitshf) &&
  3340.       (8 <= upd->cmap[3].bits) && ( 0 == upd->cmap[3].bitshf)   ) {
  3341.       upd->render = upd_fscmyk;
  3342.    } else {
  3343.       upd->flags &= ~B_RENDER;
  3344.    }
  3345.  
  3346. }
  3347.  
  3348. /* ------------------------------------------------------------------- */
  3349. /* upd_fscmyk: 32 Bit, K-CMY-Order Dithering                           */
  3350. /* ------------------------------------------------------------------- */
  3351.  
  3352. private int
  3353. upd_fscmyk(upd_p upd)
  3354. {
  3355.    const updscan_p  scan   = upd->scnbuf[upd->yscnbuf & upd->scnmsk];
  3356.    int32 *const     pixel  = upd->valbuf;
  3357.    const updcomp_p *comp   = (updcomp_p *) upd->valptr;
  3358.    int32 *const     colerr = pixel  + 4;
  3359.    int32           *rowerr = colerr + 4;
  3360.    int32            pwidth = upd->rwidth;
  3361.    int              dir,ibyte;
  3362.    byte             bit,*data;
  3363.    bool             first = false;
  3364. /*
  3365.  * Erase the component-Data
  3366.  */
  3367.    memset(scan[0].bytes,0,upd->nbytes);
  3368.    memset(scan[1].bytes,0,upd->nbytes);
  3369.    memset(scan[2].bytes,0,upd->nbytes);
  3370.    memset(scan[3].bytes,0,upd->nbytes);
  3371.  
  3372. /*
  3373.  * determine the direction
  3374.  */
  3375.    if(upd->flags &   B_REVDIR) { /* This one reverse */
  3376.  
  3377.       if(!(upd->flags & B_FSWHITE)) {
  3378.          data = upd->gsscan;
  3379.          while(0 < pwidth && !*(uint32 *)data) pwidth--, data += 4;
  3380.          if(0 >= pwidth) {
  3381.             if(0 < upd->nlimits) upd_limits(upd,false);
  3382.             return 0;
  3383.          }
  3384.       }
  3385.       
  3386.       data        = upd->gsscan + 4 * (upd->rwidth-1);
  3387.  
  3388.    } else {                          /* This one forward */
  3389.  
  3390.       if(!(upd->flags & B_FSWHITE)) {
  3391.          data = upd->gsscan + 4 * (upd->rwidth-1);
  3392.          while(0 < pwidth && !*(uint32 *)data) pwidth--, data -= 4;
  3393.          if(0 >= pwidth) {
  3394.             if(0 < upd->nlimits) upd_limits(upd,false);
  3395.             return 0;
  3396.          }
  3397.       }
  3398.  
  3399.       data        = upd->gsscan;
  3400.  
  3401.    }                              /* reverse or forward */
  3402. /*
  3403.  * Bits depend on FLIP & Direction
  3404.  */
  3405.    if(!(B_REVDIR & upd->flags) == !(B_YFLIP  & upd->flags)) {
  3406.       dir         = 4;
  3407.       bit         = 0x80;
  3408.       ibyte       = 0;
  3409.    } else {
  3410.       dir         =  -4;
  3411.       rowerr     +=   4 *             (upd->rwidth-1);
  3412.       bit         =   0x80 >>        ((upd->rwidth-1) & 7);
  3413.       ibyte       =                   (upd->rwidth-1) >> 3;
  3414.    }
  3415.  
  3416. /*
  3417.  * Toggle Direction, if not fixed
  3418.  */
  3419.    if(!(upd->flags & B_FIXDIR)) upd->flags ^= B_REVDIR;
  3420. /*
  3421.  * Skip over leading white-space
  3422.  */
  3423.    if(!(upd->flags & B_FSWHITE)) {
  3424.       while(0 < pwidth && !*((uint32 *)data)) {
  3425.          pwidth--;
  3426.          if(B_YFLIP  & upd->flags) data -= dir;
  3427.          else                      data += dir;
  3428.          S_FSTEP
  3429.       }
  3430.    }
  3431. /*
  3432.  * Process all Pixels
  3433.  */
  3434.    first = true;
  3435.    while(0 < pwidth--) {
  3436. /*
  3437.  *    Compute the Black-Value first
  3438.  */
  3439.       FS_M_ROWERR(upd->cmap[0].comp) FS_GOAL(data[0],upd->cmap[0].comp);
  3440.  
  3441. /*
  3442.  *    Decide wether this is a color value
  3443.  */
  3444.       if(data[1] || data[2] || data[3]) {
  3445.  
  3446.          FS_M_ROWERR(upd->cmap[1].comp) FS_GOAL(data[1],upd->cmap[1].comp)
  3447.          FS_M_ROWERR(upd->cmap[2].comp) FS_GOAL(data[2],upd->cmap[2].comp)
  3448.          FS_M_ROWERR(upd->cmap[3].comp) FS_GOAL(data[3],upd->cmap[3].comp)
  3449. /*
  3450.  *       if black fires, then all other components fire logically too
  3451.  */
  3452.          if(pixel[upd->cmap[0].comp] > comp[upd->cmap[0].comp]->threshold) {
  3453.  
  3454.             pixel[0] -= comp[0]->spotsize;
  3455.             pixel[1] -= comp[1]->spotsize;
  3456.             pixel[2] -= comp[2]->spotsize;
  3457.             pixel[3] -= comp[3]->spotsize;
  3458.             scan[upd->cmap[0].comp].bytes[ibyte] |= bit;
  3459.  
  3460. /*
  3461.  *       if black is below threshold, only components with larger data-values
  3462.  *       are allowed to fire
  3463.  */
  3464.          } else {                                 /* Restricted firing */
  3465.  
  3466.             if(( data[0] < data[1]) &&
  3467.                (pixel[upd->cmap[1].comp] >
  3468.                  comp[upd->cmap[1].comp]->threshold)) { /* "Fire" */
  3469.                 pixel[upd->cmap[1].comp] -= comp[upd->cmap[1].comp]->spotsize;
  3470.                  scan[upd->cmap[1].comp].bytes[ibyte] |= bit;
  3471.             }                                           /* "Fire" */
  3472.  
  3473.             if(( data[0] < data[2]) &&
  3474.                (pixel[upd->cmap[2].comp] >
  3475.                  comp[upd->cmap[2].comp]->threshold)) { /* "Fire" */
  3476.                 pixel[upd->cmap[2].comp] -= comp[upd->cmap[2].comp]->spotsize;
  3477.                  scan[upd->cmap[2].comp].bytes[ibyte] |= bit;
  3478.             }                                           /* "Fire" */
  3479.  
  3480.             if(( data[0] < data[3]) &&
  3481.                (pixel[upd->cmap[3].comp] >
  3482.                  comp[upd->cmap[3].comp]->threshold)) { /* "Fire" */
  3483.                 pixel[upd->cmap[3].comp] -= comp[upd->cmap[3].comp]->spotsize;
  3484.                  scan[upd->cmap[3].comp].bytes[ibyte] |= bit;
  3485.             }                                           /* "Fire" */
  3486.  
  3487.          }                                        /* Fire-Mode */
  3488.  
  3489. /*
  3490.  * Handle Color-Errors
  3491.  */
  3492.          FS_DIST(upd->cmap[3].comp)
  3493.          FS_DIST(upd->cmap[2].comp)
  3494.          FS_DIST(upd->cmap[1].comp)
  3495.  
  3496.       } else if(pixel[upd->cmap[0].comp] > comp[upd->cmap[0].comp]->threshold) {
  3497.                  scan[upd->cmap[0].comp].bytes[ibyte] |= bit;
  3498.                 pixel[upd->cmap[0].comp] -= comp[upd->cmap[0].comp]->spotsize;
  3499.       }
  3500.  
  3501.       FS_DIST(upd->cmap[0].comp)
  3502. /*
  3503.  *    Adjust bit & iword, depending on direction
  3504.  */
  3505.       S_FSTEP
  3506.       if(upd->flags & B_YFLIP) data -= dir;
  3507.       else                     data += dir;
  3508.    }
  3509. /*
  3510.  * Finally call the limits-Routine
  3511.  */
  3512.    if(0 < upd->nlimits) upd_limits(upd,true);
  3513.    return 0;
  3514. }
  3515.  
  3516.  
  3517. /* ------------------------------------------------------------------- */
  3518. /* upd_open_writer: Initialize rendering                               */
  3519. /* ------------------------------------------------------------------- */
  3520.  
  3521. private int
  3522. upd_open_writer(upd_device *udev)
  3523. {
  3524.    const upd_p upd                 = udev->upd;
  3525.    bool        success             = true;
  3526.  
  3527.  
  3528. /** Reset the crucial values */
  3529.    upd->start_writer = NULL;
  3530.    upd->writer       = NULL;
  3531.    upd->scnbuf       = NULL;
  3532.    upd->nscnbuf      = 0;
  3533.    upd->nbytes       = 0;
  3534.    upd->nlimits      = 0;
  3535.    upd->outbuf       = NULL;
  3536.    upd->noutbuf      = 0;
  3537.  
  3538. /** Rendering should be succesfully initialized */
  3539.    if(B_RENDER != ((B_RENDER | B_ERROR) & upd->flags))
  3540.       success = false;
  3541.  
  3542. /** Massage some Parameters */
  3543.    if(success) {
  3544.  
  3545. /*    Make sure, that Pass & Pin-Numbers are at least 1 */
  3546.       if(1 >  upd->ints[I_NYPASS]) upd->ints[I_NYPASS] = 1;
  3547.       if(1 >  upd->ints[I_NXPASS]) upd->ints[I_NXPASS] = 1;
  3548.       if(1 >  upd->ints[I_PINS2WRITE]) upd->ints[I_PINS2WRITE] = 1;
  3549.  
  3550.       if((upd->ints[I_NXPASS] * upd->ints[I_NYPASS]) > upd->ints[I_NPASS])
  3551.          upd->ints[I_NPASS] = upd->ints[I_NXPASS] * upd->ints[I_NYPASS];
  3552.  
  3553. /*    Create Default noWeave-Feeds */
  3554.  
  3555.       if(upd->ints[I_NPASS] > upd->int_a[IA_STD_DY].size) {
  3556.          int ix,iy,*ip;
  3557.          UPD_MM_DEL_PARAM(upd->int_a[IA_STD_DY]);
  3558.          UPD_MM_GET_ARRAY(ip,upd->ints[I_NPASS]);
  3559.          upd->int_a[IA_STD_DY].data = ip;
  3560.          upd->int_a[IA_STD_DY].size = upd->ints[I_NPASS];
  3561.  
  3562.          for(iy = 1; iy < upd->ints[I_NYPASS]; ++iy) {
  3563.             for(ix = 1; ix < upd->ints[I_NXPASS]; ++ix) *ip++ = 0;
  3564.             *ip++ = 1;
  3565.          }
  3566.          for(ix = 1; ix < upd->ints[I_NXPASS]; ++ix) *ip++ = 0;
  3567.          *ip = upd->ints[I_NYPASS] * upd->ints[I_PINS2WRITE]
  3568.              - upd->ints[I_NYPASS] + 1;
  3569.  
  3570.          upd->ints[I_BEG_Y] = 0;
  3571.          upd->ints[I_END_Y] = upd->ints[I_PHEIGHT] ? 
  3572.                               upd->ints[I_PHEIGHT] : upd->gsheight;
  3573.       }
  3574.  
  3575. /*    Adjust BEG_Y */
  3576.       if(0 >= upd->ints[I_BEG_Y]) {
  3577.          if(0 <  upd->int_a[IA_BEG_DY].size) {
  3578.             int i,sum = 0;
  3579.             for(i = 0; i < upd->int_a[IA_BEG_DY].size; ++i)
  3580.                sum +=  upd->int_a[IA_BEG_DY].data[i];
  3581.             upd->ints[I_BEG_Y] = sum;
  3582.          } else {
  3583.             upd->ints[I_BEG_Y] = 0;
  3584.          }
  3585.       }
  3586.  
  3587. /*    Adjust END_Y */
  3588. /*    Arrgh, I knew, why I refused to provide defaults for crucial */
  3589. /*    parameters in uniprint. But o.k. it's nice for size-changing */
  3590. /*    PostScript-Code. Nevertheless, it's still not perfect.       */
  3591.  
  3592.       if(0 >= upd->int_a[IA_ENDTOP].size ||
  3593.          0 >= upd->int_a[IA_END_DY].size   ) upd->ints[I_END_Y] =
  3594.          upd->ints[I_PHEIGHT] ? upd->ints[I_PHEIGHT] : upd->gsheight;
  3595.  
  3596.       if(0 >= upd->ints[I_END_Y]) upd->ints[I_END_Y] = upd->ints[I_PHEIGHT] ?
  3597.         upd->ints[I_PHEIGHT] : upd->gsheight;
  3598.  
  3599.  
  3600. /*    Create Default X-Passes */
  3601.  
  3602.       if(0 >= upd->int_a[IA_STD_IX].size) {
  3603.          int ix,i,*ip;
  3604.          UPD_MM_DEL_PARAM(upd->int_a[IA_STD_IX]);
  3605.          UPD_MM_GET_ARRAY(ip,upd->int_a[IA_STD_DY].size);
  3606.          upd->int_a[IA_STD_IX].data = ip;
  3607.          upd->int_a[IA_STD_IX].size = upd->int_a[IA_STD_DY].size;
  3608.  
  3609.          for(i = 0, ix = 0; i < upd->int_a[IA_STD_IX].size; ++i) {
  3610.             *ip++ = ix++;
  3611.             if(ix == upd->ints[I_NXPASS]) ix = 0;
  3612.          }
  3613.       }
  3614.  
  3615.       if((0 >= upd->int_a[IA_BEG_IX].size) &&
  3616.          (0 <  upd->int_a[IA_BEG_DY].size)   ) {
  3617.          int ix,i,*ip;
  3618.          UPD_MM_DEL_PARAM(upd->int_a[IA_BEG_IX]);
  3619.          UPD_MM_GET_ARRAY(ip,upd->int_a[IA_BEG_DY].size);
  3620.          upd->int_a[IA_BEG_IX].data = ip;
  3621.          upd->int_a[IA_BEG_IX].size = upd->int_a[IA_BEG_DY].size;
  3622.  
  3623.          for(i = 0, ix = 0; i < upd->int_a[IA_BEG_IX].size; ++i) {
  3624.             *ip++ = ix++;
  3625.             if(ix == upd->ints[I_NXPASS]) ix = 0;
  3626.          }
  3627.       }
  3628.  
  3629.       if((0 >= upd->int_a[IA_END_IX].size) &&
  3630.          (0 <  upd->int_a[IA_END_DY].size)   ) {
  3631.          int ix,i,*ip;
  3632.          UPD_MM_DEL_PARAM(upd->int_a[IA_END_IX]);
  3633.          UPD_MM_GET_ARRAY(ip,upd->int_a[IA_END_DY].size);
  3634.          upd->int_a[IA_END_IX].data = ip;
  3635.          upd->int_a[IA_END_IX].size = upd->int_a[IA_END_DY].size;
  3636.  
  3637.          for(i = 0, ix = 0; i < upd->int_a[IA_END_IX].size; ++i) {
  3638.             *ip++ = ix++;
  3639.             if(ix == upd->ints[I_NXPASS]) ix = 0;
  3640.          }
  3641.       }
  3642.    }
  3643.  
  3644.    if(upd->ints[I_NPASS] > upd->int_a[IA_STD_DY].size) {
  3645. #if UPD_MESSAGES & UPD_M_WARNING
  3646.       fprintf(stderr,
  3647.         "upd_open_writer: Only %d instead of %d normal Feeds\n",
  3648.         (int) upd->int_a[IA_STD_DY].size,upd->ints[I_NPASS]);
  3649. #endif
  3650.       success = false;
  3651.  
  3652.    } else if(upd->int_a[IA_STD_IX].size < upd->int_a[IA_STD_DY].size) {
  3653. #if UPD_MESSAGES & UPD_M_WARNING
  3654.       fprintf(stderr,
  3655.         "upd_open_writer: Only %d instead of %d normal Xstarts\n",
  3656.         (int) upd->int_a[IA_STD_IX].size,
  3657.         (int) upd->int_a[IA_STD_DY].size);
  3658. #endif
  3659.       success = false;
  3660.    }
  3661.  
  3662. /** The sum of Values in STD_DY should equal NYPASS * PINS2WRITE (diagnostic) */
  3663.  
  3664. #if UPD_MESSAGES & UPD_M_WARNING
  3665.    if(success) {
  3666.       int i,sum = 0;
  3667.       for(i = 0; upd->ints[I_NPASS] > i; ++i)
  3668.          sum += upd->int_a[IA_STD_DY].data[i];
  3669.       if((upd->ints[I_NYPASS]*upd->ints[I_PINS2WRITE]) != sum)
  3670.          fprintf(stderr,
  3671.          "upd_open_writer: Sum of normal Feeds is %d rather than %d\n",
  3672.          sum,upd->ints[I_NYPASS]*upd->ints[I_PINS2WRITE]);
  3673.    }
  3674. #endif
  3675.  
  3676.    if(upd->int_a[IA_BEG_IX].size < upd->int_a[IA_BEG_DY].size) {
  3677. #if UPD_MESSAGES & UPD_M_WARNING
  3678.       fprintf(stderr,
  3679.         "upd_open_writer: Only %d instead of %d initial Xstarts\n",
  3680.         (int) upd->int_a[IA_BEG_IX].size,
  3681.         (int) upd->int_a[IA_BEG_DY].size);
  3682. #endif
  3683.       success = false;
  3684.    }
  3685.  
  3686.    if(upd->int_a[IA_BEGBOT].size < upd->int_a[IA_BEG_DY].size) {
  3687. #if UPD_MESSAGES & UPD_M_WARNING
  3688.       fprintf(stderr,
  3689.         "upd_open_writer: Only %d instead of %d initial Pins\n",
  3690.         (int) upd->int_a[IA_BEGBOT].size,
  3691.         (int) upd->int_a[IA_BEG_DY].size);
  3692. #endif
  3693.       success = false;
  3694.  
  3695.    } else {
  3696.  
  3697.       int i;
  3698.       for(i = 0; i < upd->int_a[IA_BEG_DY].size; ++i)
  3699.          if((upd->int_a[IA_BEGBOT].data[i] > upd->ints[I_PINS2WRITE]) ||
  3700.             (upd->int_a[IA_BEGBOT].data[i] < 0                      )   ) break;
  3701.  
  3702.       if(i < upd->int_a[IA_BEG_DY].size) {
  3703. #if UPD_MESSAGES & UPD_M_WARNING
  3704.          fprintf(stderr,
  3705.            "upd_open_writer: Only %d is invalid initial Pins\n",
  3706.            upd->int_a[IA_BEGBOT].data[i]);
  3707. #endif
  3708.          success = false;
  3709.       }
  3710.    }
  3711.  
  3712.  
  3713. /** The sum of Values in BEG_DY should equal BEG_Y */
  3714.  
  3715. #if UPD_MESSAGES & UPD_M_WARNING
  3716.    if(success) {
  3717.       int i,sum = 0;
  3718.       for(i = 0;  upd->int_a[IA_BEG_DY].size > i; ++i)
  3719.          sum += upd->int_a[IA_BEG_DY].data[i];
  3720.       if(upd->ints[I_BEG_Y] != sum)
  3721.          fprintf(stderr,
  3722.          "upd_open_writer: Sum of initial Feeds is %d rather than %d\n",
  3723.          sum,upd->ints[I_BEG_Y]);
  3724.    }
  3725. #endif
  3726.  
  3727.    if(upd->int_a[IA_END_IX].size < upd->int_a[IA_END_DY].size) {
  3728. #if UPD_MESSAGES & UPD_M_WARNING
  3729.       fprintf(stderr,
  3730.         "upd_open_writer: Only %d instead of %d final Xstarts\n",
  3731.         (int) upd->int_a[IA_END_IX].size,
  3732.         (int) upd->int_a[IA_END_DY].size);
  3733. #endif
  3734.       success = false;
  3735.    }
  3736.  
  3737.    if(upd->int_a[IA_ENDTOP].size < upd->int_a[IA_END_DY].size) {
  3738. #if UPD_MESSAGES & UPD_M_WARNING
  3739.       fprintf(stderr,
  3740.         "upd_open_writer: Only %d instead of %d Final Pins\n",
  3741.         (int) upd->int_a[IA_ENDTOP].size,
  3742.         (int) upd->int_a[IA_END_DY].size);
  3743. #endif
  3744.       success = false;
  3745.  
  3746.    } else {
  3747.  
  3748.       int i;
  3749.       for(i = 0; i < upd->int_a[IA_END_DY].size; ++i)
  3750.          if((upd->int_a[IA_ENDTOP].data[i] > upd->ints[I_PINS2WRITE]) ||
  3751.             (upd->int_a[IA_ENDTOP].data[i] < 0                      )   ) break;
  3752.  
  3753.       if(i < upd->int_a[IA_END_DY].size) {
  3754. #if UPD_MESSAGES & UPD_M_WARNING
  3755.          fprintf(stderr,
  3756.            "upd_open_writer: Only %d is invalid initial Pins\n",
  3757.            upd->int_a[IA_ENDTOP].data[i]);
  3758. #endif
  3759.          success = false;
  3760.       }
  3761.    }
  3762.  
  3763. /** SA_SETCOMP must be valid, if present */
  3764.    if((0 < upd->string_a[SA_SETCOMP].size) &&
  3765.       (upd->ncomp > upd->string_a[SA_SETCOMP].size)) {
  3766. #if UPD_MESSAGES & UPD_M_WARNING
  3767.       fprintf(stderr,
  3768.          "upd_open_writer: Only %d SETCOMP-Commands (%d required)\n",
  3769.          (int) upd->string_a[SA_SETCOMP].size,upd->ncomp);
  3770. #endif
  3771.       success = false;
  3772.    }
  3773.  
  3774. /** Determine required number of scan-Buffers */
  3775.  
  3776.    if(success) { /* Compute nscnbuf */
  3777.       int32 want,use;
  3778.  
  3779.       want  = upd->ints[I_NYPASS];
  3780.       want *= upd->ints[I_PINS2WRITE];
  3781.  
  3782.       if(upd->ints[I_NSCNBUF] > want) want = upd->ints[I_NSCNBUF];
  3783.  
  3784.       if(1 > want)                         want = 1;
  3785.  
  3786.       for(use = 1; 0 < use; use <<= 1) if(use > want) break;
  3787.  
  3788.       if(use <= INT_MAX) upd->nscnbuf = upd->ints[I_NSCNBUF] = use;
  3789.       else               success      = false;
  3790.  
  3791.    }                /* Compute nscnbuf */
  3792.  
  3793. /** Determine number of words in scan-buffers */
  3794.  
  3795.    if(success) { /* Compute pwidth, scnmsk, nbytes, pheight */
  3796.  
  3797.       if(0 < upd->ints[I_PWIDTH]) upd->pwidth = upd->ints[I_PWIDTH];
  3798.       else                        upd->pwidth = upd->gswidth;
  3799.  
  3800.       upd->nbytes  = (upd->pwidth+CHAR_BIT*sizeof(upd->scnbuf[0]->bytes[0]) - 1)
  3801.             /                   (CHAR_BIT*sizeof(upd->scnbuf[0]->bytes[0]));
  3802.  
  3803.       upd->scnmsk  = upd->nscnbuf - 1;
  3804.  
  3805.       if(0 < upd->ints[I_PHEIGHT]) upd->pheight = upd->ints[I_PHEIGHT];
  3806.       else                         upd->pheight = upd->gsheight;
  3807.  
  3808.    }             /* Compute pwidth, scnmsk, nbytes */
  3809.  
  3810. /** Call the writer-specific open-function */
  3811.  
  3812.    if(success) { /* Determine sizes */
  3813.       switch(upd->choice[C_FORMAT]) {
  3814.          case FMT_RAS:
  3815.             if(0 > upd_open_rascomp(udev)) success = false;
  3816.          break;
  3817.          case FMT_EPSON:
  3818.             if(0 > upd_open_wrtescp(udev)) success = false;
  3819.          break;
  3820.          case FMT_ESCP2Y:
  3821.          case FMT_ESCP2XY:
  3822.             if(0 > upd_open_wrtescp2(udev)) success = false;
  3823.          break;
  3824.          case FMT_RTL:
  3825.             if(0 > upd_open_wrtrtl(udev))   success = false;
  3826.          break;
  3827.          case FMT_CANON: /* (hr) */
  3828.             if(0 > upd_open_wrtcanon(udev)) success = false;
  3829.          break;
  3830.          default:
  3831.             success = false;
  3832. #if UPD_MESSAGES & UPD_M_WARNING
  3833.             fprintf(stderr,"upd_open_writer: Unknown writer-type %d\n",
  3834.                 upd->choice[C_FORMAT]);
  3835. #endif
  3836.          break;
  3837.       }
  3838.    }             /* Determine sizes*/
  3839.  
  3840. /** Allocate the Outputbuffer */
  3841.    if(success && (0 < upd->noutbuf)) { /* Allocate outbuf */
  3842.       upd->outbuf = gs_malloc(upd->noutbuf,sizeof(upd->outbuf[0]),"upd/outbuf");
  3843.       if(!upd->outbuf) success = false;
  3844.    }                                   /* Allocate outbuf */
  3845.  
  3846. /** Allocate the desired scan-buffer-pointers */
  3847.    if(success) {
  3848.       upd->scnbuf = gs_malloc(upd->nscnbuf,sizeof(upd->scnbuf[0]),"upd/scnbuf");
  3849.       if(NULL == upd->scnbuf) {
  3850.          success = false;
  3851.       } else {
  3852.          int ibuf;
  3853.          for(ibuf = 0; ibuf < upd->nscnbuf; ++ibuf) {
  3854.             if(success) upd->scnbuf[ibuf] =
  3855.                gs_malloc(upd->ncomp,sizeof(upd->scnbuf[0][0]),"upd/scnbuf[]");
  3856.             else upd->scnbuf[ibuf] = NULL;
  3857.  
  3858.             if(!upd->scnbuf[ibuf]) {
  3859.                success = false;
  3860.             } else {
  3861.                int icomp;
  3862.                for(icomp = 0; icomp < upd->ncomp; ++icomp) {
  3863.                   if(success) upd->scnbuf[ibuf][icomp].bytes =
  3864.                     gs_malloc(upd->nbytes,sizeof(upd->scnbuf[0][0].bytes[0]),
  3865.                     "upd/bytes");
  3866.                   else        upd->scnbuf[ibuf][icomp].bytes = NULL;
  3867.                   if(!upd->scnbuf[ibuf][icomp].bytes) success = false;
  3868.  
  3869.                   if(0 < upd->nlimits) {
  3870.  
  3871.                      upd->scnbuf[ibuf][icomp].xbegin = gs_malloc(upd->nlimits,
  3872.                         sizeof(upd->scnbuf[0][0].xbegin[0]),"upd/xbegin");
  3873.                      if(!upd->scnbuf[ibuf][icomp].xbegin) success = false;
  3874.  
  3875.                      upd->scnbuf[ibuf][icomp].xend   = gs_malloc(upd->nlimits,
  3876.                         sizeof(upd->scnbuf[0][0].xend[0]),"upd/xend");
  3877.                      if(!upd->scnbuf[ibuf][icomp].xbegin) success = false;
  3878.  
  3879.                   } else {
  3880.  
  3881.                      upd->scnbuf[ibuf][icomp].xbegin = NULL;
  3882.                      upd->scnbuf[ibuf][icomp].xend   = NULL;
  3883.  
  3884.                   }
  3885.                }
  3886.             }
  3887.          }
  3888.       }
  3889.    }
  3890.  
  3891.    if(success) upd->flags |= B_FORMAT;
  3892.    else        upd_close_writer(udev);
  3893.  
  3894.    return success ? 1 : -1;
  3895. }
  3896.  
  3897. /* ------------------------------------------------------------------- */
  3898. /* upd_close_writer: Deinitialize rendering                            */
  3899. /* ------------------------------------------------------------------- */
  3900.  
  3901. private void
  3902. upd_close_writer(upd_device *udev)
  3903. {
  3904.    const upd_p upd = udev->upd;
  3905.  
  3906.    if(upd) {
  3907.       int ibuf,icomp;
  3908.  
  3909.       if((0 < upd->noutbuf) && upd->outbuf)
  3910.          gs_free(upd->outbuf,upd->noutbuf,sizeof(upd->outbuf[0]),"upd/outbuf");
  3911.       upd->noutbuf = 0;
  3912.       upd->outbuf  = NULL;
  3913.  
  3914.       if((0 < upd->nscnbuf) && upd->scnbuf) {
  3915.          for(ibuf = 0; upd->nscnbuf > ibuf; ++ibuf) {
  3916.  
  3917.             if(!upd->scnbuf[ibuf]) continue;
  3918.  
  3919.             for(icomp = 0; icomp < upd->ncomp; ++icomp) {
  3920.  
  3921.                if((0 < upd->nbytes) && upd->scnbuf[ibuf][icomp].bytes)
  3922.                   gs_free(upd->scnbuf[ibuf][icomp].bytes,upd->nbytes,
  3923.                      sizeof(upd->scnbuf[ibuf][icomp].words[0]),"upd/bytes");
  3924.                upd->scnbuf[ibuf][icomp].bytes = NULL;
  3925.  
  3926.                if((0 < upd->nlimits) && upd->scnbuf[ibuf][icomp].xbegin)
  3927.                   gs_free(upd->scnbuf[ibuf][icomp].xbegin,upd->nlimits,
  3928.                      sizeof(upd->scnbuf[ibuf][icomp].xbegin[0]),"upd/xbegin");
  3929.                upd->scnbuf[ibuf][icomp].xbegin = NULL;
  3930.  
  3931.                if((0 < upd->nlimits) && upd->scnbuf[ibuf][icomp].xend)
  3932.                   gs_free(upd->scnbuf[ibuf][icomp].xend,upd->nlimits,
  3933.                      sizeof(upd->scnbuf[ibuf][icomp].xend[0]),"upd/xend");
  3934.                upd->scnbuf[ibuf][icomp].xend = NULL;
  3935.             }
  3936.  
  3937.             if(icomp)
  3938.                gs_free(upd->scnbuf[ibuf],upd->ncomp,sizeof(upd->scnbuf[0][0]),
  3939.                   "upd/scnbuf[]");
  3940.             upd->scnbuf[ibuf] = NULL;
  3941.  
  3942.          }
  3943.          gs_free(upd->scnbuf,upd->nscnbuf,sizeof(upd->scnbuf[0]),"upd/scnbuf");
  3944.       }
  3945.  
  3946.  
  3947.       upd->flags &= ~B_FORMAT;
  3948.    }
  3949. }
  3950.  
  3951.  
  3952. /* ------------------------------------------------------------------- */
  3953. /* upd_limits: Establish passwise limits, after rendering              */
  3954. /* ------------------------------------------------------------------- */
  3955.  
  3956. private void
  3957. upd_limits(upd_p upd, bool check)
  3958. {
  3959.    updscan_p  scans = upd->scnbuf[upd->yscnbuf & upd->scnmsk], scan;
  3960.    int   xs,x,xe,icomp,pass;
  3961.    byte *bytes,bit;
  3962.  
  3963.    for(icomp = 0; icomp < upd->ncomp; ++icomp) {
  3964.       scan = scans + icomp;
  3965.       for(pass = 0; pass < upd->nlimits; ++pass) {
  3966.          scan->xbegin[pass] = upd->pwidth;
  3967.          scan->xend[  pass] = -1;
  3968.       }
  3969.    }
  3970.  
  3971.    if(check) { /* Really check */
  3972.       for(icomp = 0; icomp < upd->ncomp; ++icomp) { /* Check Components */
  3973.          scan  = scans + icomp;
  3974.          bytes = scan->bytes;
  3975.  
  3976.          for(xs = 0; xs < upd->nbytes  && !bytes[xs];   ++xs);
  3977.  
  3978.          if(xs < upd->nbytes) { /* Has Data */
  3979.             for(xe = upd->nbytes; xs < xe && !bytes[xe-1]; --xe);
  3980.  
  3981.             for(pass = 0; pass < upd->nlimits; ++pass) { /* limit (pass) loop */
  3982.  
  3983.                x = ((xs<<3)/upd->nlimits)*upd->nlimits + pass;
  3984.                while((x >> 3) < xs) x += upd->nlimits;
  3985.  
  3986.                bit = 0x80 >> (x & 7);
  3987.                while(x < scan->xbegin[pass]) {
  3988.                   if(bytes[x>>3] & bit) scan->xbegin[pass] = x;
  3989.                   x  += upd->nlimits;
  3990.                   bit = 0x80 >> (x & 7);
  3991.                }
  3992.  
  3993.                x = (((xe<<3)|7)/upd->nlimits)*upd->nlimits + pass;
  3994.  
  3995.                while((x >> 3) < xe) x += upd->nlimits;
  3996.                while((x >> 3) > xe) x -= upd->nlimits;
  3997.  
  3998.                bit = 0x80 >> (xs & 7);
  3999.                while(x > scan->xend[pass]) {
  4000.                   if(bytes[x>>3] & bit) scan->xend[pass] = x;
  4001.                   x -= upd->nlimits;
  4002.                   bit = 0x80 >> (x & 7);
  4003.                }
  4004.  
  4005.             }                                            /* limit (pass) loop */
  4006.  
  4007.          }                      /* Has Data */
  4008.  
  4009.       }                                             /* Check Components */
  4010.  
  4011.    }           /* Really check */
  4012.  
  4013. }
  4014.  
  4015. /* ------------------------------------------------------------------- */
  4016. /* upd_open_rascomp: ncomp * 1Bit Raster-Writer                        */
  4017. /* ------------------------------------------------------------------- */
  4018.  
  4019. private int
  4020. upd_open_rascomp(upd_device *udev)
  4021. {
  4022.    const upd_p upd = udev->upd;
  4023.    int32 noutbuf;
  4024.    int error = 0;
  4025.  
  4026.    noutbuf = upd->pwidth;
  4027.  
  4028.    if(1 < upd->ncomp) noutbuf *= 8;
  4029.  
  4030.    noutbuf = ((noutbuf+15)>>4)<<1;
  4031.  
  4032.    if(INT_MAX >= noutbuf) {
  4033.       upd->noutbuf = noutbuf;
  4034.       upd->start_writer = upd_start_rascomp;
  4035.       upd->writer       = upd_rascomp;
  4036.    } else {
  4037.       error = -1;
  4038.    }
  4039.  
  4040.    return error;
  4041. }
  4042.  
  4043. /* ------------------------------------------------------------------- */
  4044. /* upd_start_rascomp: write appropiate raster-header                   */
  4045. /* ------------------------------------------------------------------- */
  4046. #if arch_is_big_endian
  4047. #define put32(I32,Out)       \
  4048.    fwrite(&I32,1,4,Out)
  4049. #else
  4050. #define put32(I32,Out)       \
  4051.    putc(((I32)>>24)&255,Out),\
  4052.    putc(((I32)>>16)&255,Out),\
  4053.    putc(((I32)>> 8)&255,Out),\
  4054.    putc( (I32)     &255,Out)
  4055. #endif
  4056.  
  4057. private int
  4058. upd_start_rascomp(upd_p upd, FILE *out) {
  4059.  
  4060. /** if no begin-sequence externally set */
  4061.    if(0 == upd->strings[S_BEGIN].size) {
  4062.       int32 val;
  4063.  
  4064. /**   ras_magic */
  4065.       val = 0x59a66a95;
  4066.       put32(val,out);
  4067.  
  4068. /**   ras_width */
  4069.       val = upd->pwidth;
  4070.       put32(val,out);
  4071.  
  4072. /**   ras_height */
  4073.       val = upd->pheight;
  4074.       put32(val,out);
  4075.  
  4076. /**   ras_depth */
  4077.       if(1 < upd->ncomp) val = 8;
  4078.       else               val = 1;
  4079.       put32(val,out);
  4080.  
  4081. /**   ras_length */
  4082.       val *= upd->pwidth;
  4083.       val = ((val+15)>>4)<<1;
  4084.       val *= upd->pheight;
  4085.       put32(val,out);
  4086.  
  4087. /**   ras_type */
  4088.       val = 1;
  4089.       put32(val,out);
  4090.  
  4091. /**   ras_maptype */
  4092.       val = 1;
  4093.       put32(val,out);
  4094.  
  4095. /**   ras_maplength */
  4096.       val = 3 * (1 << upd->ncomp);
  4097.       put32(val,out);
  4098.  
  4099. /**   R,G,B-Map */
  4100.       if(1 == upd->ncomp) {
  4101.          const updcomp_p comp = upd->valptr[0];
  4102.  
  4103.          if(upd->cmap[comp->cmap].rise) {
  4104.             putc(0x00,out); putc(0xff,out);
  4105.             putc(0x00,out); putc(0xff,out);
  4106.             putc(0x00,out); putc(0xff,out);
  4107.          } else {
  4108.             putc(0xff,out); putc(0x00,out);
  4109.             putc(0xff,out); putc(0x00,out);
  4110.             putc(0xff,out); putc(0x00,out);
  4111.          }
  4112.  
  4113.       } else if(3 == upd->ncomp) {
  4114.          int rgb;
  4115.  
  4116.          for( rgb = 0; rgb < 3; ++rgb) {
  4117.             int entry;
  4118.             for(entry = 0; entry < 8; ++entry) {
  4119.                byte xval = upd->cmap[rgb].rise ? 0x00 : 0xff;
  4120.                if(entry & (1<<upd->cmap[rgb].comp)) xval ^= 0xff;
  4121.                putc(xval,out);
  4122.             }
  4123.          }
  4124.       } else { /* we have 4 components */
  4125.          int rgb;
  4126.  
  4127.          for(rgb = 16; 0 <= rgb; rgb -= 8) {
  4128.             int entry;
  4129.             for(entry = 0; entry < 16; ++entry) {
  4130.                uint32 rgbval = 0;
  4131.  
  4132.                if(entry & (1<<upd->cmap[0].comp)) {
  4133.  
  4134.                   rgbval = 0xffffff;
  4135.  
  4136.                } else {
  4137.  
  4138.                   if(entry & (1<<upd->cmap[1].comp)) rgbval |= 0xff0000;
  4139.                   if(entry & (1<<upd->cmap[2].comp)) rgbval |= 0x00ff00;
  4140.                   if(entry & (1<<upd->cmap[3].comp)) rgbval |= 0x0000ff;
  4141.                }
  4142.  
  4143.                if(!upd->cmap[1].rise) rgbval ^= 0xff0000;
  4144.                if(!upd->cmap[2].rise) rgbval ^= 0x00ff00;
  4145.                if(!upd->cmap[3].rise) rgbval ^= 0x0000ff;
  4146.  
  4147.                if(!(upd->choice[C_MAPPER] == MAP_RGBW)) rgbval ^= 0xffffff;
  4148.  
  4149.                putc((rgbval>>rgb)&255,out);
  4150.             }
  4151.          }
  4152.       }
  4153.    }
  4154.    memset(upd->outbuf,0,upd->noutbuf);
  4155.  
  4156.    return 0;
  4157. }
  4158.  
  4159. /* ------------------------------------------------------------------- */
  4160. /* upd_rascomp: assemble & write a scanline                            */
  4161. /* ------------------------------------------------------------------- */
  4162. private int
  4163. upd_rascomp(upd_p upd, FILE *out) {
  4164.    updscan_p scan = upd->scnbuf[upd->yscan & upd->scnmsk];
  4165.    uint bits = upd->pwidth;
  4166.  
  4167.    if(1 == upd->ncomp) {
  4168.       uint nbytes;
  4169.  
  4170.       nbytes = (bits+7)>>3;
  4171.       memcpy(upd->outbuf,scan->bytes,nbytes);
  4172.       if((bits &= 7)) upd->outbuf[nbytes-1] &= ((byte) 0xff) << (8-bits);
  4173.  
  4174.    } else {
  4175.  
  4176.       byte  *buf   = upd->outbuf, bit = 0x80;
  4177.       int    ibyte = 0;
  4178.  
  4179.       while(0 < bits--) {
  4180.          byte val = 0;
  4181.          switch(upd->ncomp) {
  4182.             case 4:  if(scan[3].bytes[ibyte] & bit) val |= 8;
  4183.             case 3:  if(scan[2].bytes[ibyte] & bit) val |= 4;
  4184.                      if(scan[1].bytes[ibyte] & bit) val |= 2;
  4185.             case 1:  if(scan[0].bytes[ibyte] & bit) val |= 1;
  4186.          }
  4187.          *buf++ = val;
  4188.          if(!(bit >>= 1)) {
  4189.             bit    = 0x80;
  4190.             ibyte += 1;
  4191.          }
  4192.       }
  4193.    }
  4194.  
  4195.    fwrite(upd->outbuf,1,upd->noutbuf,out);
  4196.    upd->yscan += 1;
  4197.  
  4198.    return 0;
  4199. }
  4200.  
  4201. /* ------------------------------------------------------------------- */
  4202. /* upd_open_wrtescp: ESC/P Writer intended for ESC * m commands        */
  4203. /* ------------------------------------------------------------------- */
  4204.  
  4205. private int
  4206. upd_open_wrtescp(upd_device *udev)
  4207. {
  4208.    const upd_p      upd  = udev->upd;
  4209.    int              error = 0;
  4210.  
  4211. /** Adjust the PageLength, If Requested */
  4212.    if((B_PAGELENGTH & upd->flags) &&
  4213.       (0 < upd->strings[S_BEGIN].size)) { /* BOP-Checker */
  4214.      int   i,state = 0,value = 0;
  4215.      byte *bp = (byte *) upd->strings[S_BEGIN].data;
  4216.      for(i = 0; i < upd->strings[S_BEGIN].size; ++i) {
  4217.         switch(state) {
  4218.            case  0:
  4219.               if(0x1b == bp[i]) state = 1;
  4220.            break;
  4221.            case  1:
  4222.               if('C'  == bp[i]) state = 2;
  4223.               else              state = 0;
  4224.            break;
  4225.            case  2:
  4226.               if(bp[i]) {
  4227.                  value = 0.5 + udev->height * (float) bp[i]
  4228.                                / udev->y_pixels_per_inch;
  4229.                  if(       0 >= value) bp[i] = 1;
  4230.                  else if(128 >  value) bp[i] = value;
  4231.                  else                  bp[i] = 127;
  4232.                  state = 0;
  4233.               } else {
  4234.                  state = 3;
  4235.               }
  4236.            break;
  4237.            case  3:
  4238.               value = 0.5 + udev->height / udev->y_pixels_per_inch;
  4239.               if(       0 >= value) bp[i] = 1;
  4240.               else if( 22 >  value) bp[i] = value;
  4241.               else                  bp[i] = 22;
  4242.               state = 0;
  4243.            break;
  4244.         }
  4245.      }
  4246.    }                                    /* BOP-Checker */
  4247.  
  4248.  
  4249. /** Either SETLF or YMOVE must be set */
  4250.    if((0 == upd->strings[S_SETLF].size) &&
  4251.       (0 == upd->strings[S_YMOVE].size)   ) {
  4252. #if UPD_MESSAGES & UPD_M_WARNING
  4253.       fprintf(stderr,
  4254.         "ESC/P-Open: Either SETLF- or YMOVE-Command must be present\n");
  4255. #endif
  4256.       error = -1;
  4257.    }
  4258.  
  4259. /** X-Positioning must be set too */
  4260.    if(((1 <  upd->ints[I_XSTEP]        ) &&
  4261.        (0 == upd->strings[S_XSTEP].size)   ) ||
  4262.       ((1 < upd->ints[I_NXPASS]        ) &&
  4263.        (0 == upd->strings[S_XMOVE].size) &&
  4264.        (0 == upd->strings[S_XSTEP].size)   )   ) {
  4265. #if UPD_MESSAGES & UPD_M_WARNING
  4266.       fprintf(stderr,
  4267.          "ESC/P-Open: Missing XSTEP- and/or XMOVE-Command\n");
  4268. #endif
  4269.       error = -1;
  4270.    }
  4271.  
  4272. /** SA_WRITECOMP must be valid */
  4273.    if(upd->ncomp > upd->string_a[SA_WRITECOMP].size) {
  4274. #if UPD_MESSAGES & UPD_M_WARNING
  4275.       fprintf(stderr,
  4276.          "ESC/P-Open: WRITECOMP-Commands must be given\n");
  4277. #endif
  4278.       error = -1;
  4279.    }
  4280.  
  4281. /**
  4282. If all this is correct, it's time to coumput the size of the output-buffer.
  4283. It must hold:
  4284.   1. Y-Positioning
  4285.   2. X-Positioning
  4286.   3. Component-Selection
  4287.   4. The Raster-Command
  4288.   5. The Data
  4289. */
  4290.    if(0 <= error) {
  4291.       int32 i,noutbuf,need;
  4292.  
  4293.       if(0 < upd->strings[S_YMOVE].size) {
  4294.          noutbuf = upd->strings[S_YMOVE].size + 2;
  4295.       } else {
  4296.          int nmax = upd->pheight;
  4297.          if(      1 < upd->ints[I_YSTEP]) nmax /=  upd->ints[I_YSTEP];
  4298.          else if(-1 > upd->ints[I_YSTEP]) nmax *= -upd->ints[I_YSTEP];
  4299.          noutbuf  = 2 * upd->strings[S_SETLF].size + 2;
  4300.          noutbuf += nmax/255 + 1;
  4301.       }
  4302.  
  4303.       if(1 < upd->ints[I_YSTEP])
  4304.          noutbuf += (upd->ints[I_YSTEP]-1) * upd->strings[S_YSTEP].size;
  4305.  
  4306.       noutbuf +=  upd->strings[S_XMOVE].size + 2;
  4307.  
  4308.       if(1 < upd->ints[I_XSTEP])
  4309.          noutbuf += (upd->ints[I_XSTEP]-1) * upd->strings[S_XSTEP].size;
  4310.  
  4311.       if(0 < upd->string_a[SA_SETCOMP].size) {
  4312.          need = 0;
  4313.          for(i = 0; i < upd->ncomp; ++i)
  4314.             if(need < upd->string_a[SA_SETCOMP].data[i].size)
  4315.                need = upd->string_a[SA_SETCOMP].data[i].size;
  4316.          noutbuf += need;
  4317.       }
  4318.  
  4319.       need = 0;
  4320.       for(i = 0; i < upd->ncomp; ++i)
  4321.          if(need < upd->string_a[SA_WRITECOMP].data[i].size)
  4322.             need = upd->string_a[SA_WRITECOMP].data[i].size;
  4323.       noutbuf += need + 2;
  4324.  
  4325.       noutbuf += ((upd->ints[I_PINS2WRITE] + 7) / 8)
  4326.                * ((upd->pwidth + upd->ints[I_NXPASS] - 1)/upd->ints[I_NXPASS]);
  4327.  
  4328.       if((0 < noutbuf) && (noutbuf <= INT_MAX)) {
  4329.          upd->noutbuf      = noutbuf;
  4330.          upd->writer       = upd_wrtescp;
  4331.          upd->nlimits      = upd->ints[I_NXPASS];
  4332.          error             = 1;
  4333.       } else {
  4334.          error = -1;
  4335. #if      UPD_MESSAGES & UPD_M_WARNING
  4336.             fprintf(stderr,
  4337.               "ESC/P-Open: %ld is unreasonable size of Outputbuffer\n",
  4338.               (long) noutbuf);
  4339. #endif
  4340.       }
  4341.    }
  4342.  
  4343.    return error;
  4344. }
  4345.  
  4346. /* ------------------------------------------------------------------- */
  4347. /* upd_wrtescp: Write a pass                                           */
  4348. /* ------------------------------------------------------------------- */
  4349.  
  4350. private int
  4351. upd_wrtescp(upd_p upd, FILE *out)
  4352. {
  4353.    int  pinbot,pin,pintop,xbegin,x,xend,icomp,ybegin,yend,y,ioutbuf,n,ixpass;
  4354.    byte *obytes,bit;
  4355.    updscan_p scan;
  4356.  
  4357. /** Determine the number of pins to write */
  4358.  
  4359.    if(upd->yscan < upd->ints[I_BEG_Y]) {
  4360.       ixpass = upd->int_a[IA_BEG_IX].data[upd->ipass];
  4361.       pintop = 0;
  4362.       pinbot = upd->int_a[IA_BEGBOT].data[upd->ipass];
  4363.    } else if(upd->yscan >= upd->ints[I_END_Y]) {
  4364.       ixpass = upd->int_a[IA_END_IX].data[upd->ipass];
  4365.       pinbot = upd->ints[I_PINS2WRITE];
  4366.       pintop = pinbot - upd->int_a[IA_ENDTOP].data[upd->ipass];
  4367.    } else {
  4368.       ixpass = upd->int_a[IA_STD_IX].data[upd->ipass];
  4369.       pintop = 0;
  4370.       pinbot = upd->ints[I_PINS2WRITE];
  4371.    }
  4372.  
  4373.    ybegin =  pintop * upd->ints[I_NYPASS] + upd->yscan - upd->ints[I_BEGSKIP];
  4374.    yend   =  pinbot * upd->ints[I_NYPASS] + upd->yscan - upd->ints[I_BEGSKIP];
  4375.  
  4376. /** Determine Width of this scan */
  4377.  
  4378.    xbegin = upd->pwidth;
  4379.    xend   = -1;
  4380.  
  4381.    for(y = ybegin; y < yend; y += upd->ints[I_NYPASS]) { /* Pin-testloop */
  4382.  
  4383.       if(0 > y) continue; /* Inserted Scanlines */
  4384.  
  4385.       scan = upd->scnbuf[y & upd->scnmsk];
  4386.  
  4387.       for(icomp = 0; icomp < upd->ncomp; ++icomp) { /* Compwise test */
  4388.          if(xbegin > scan[icomp].xbegin[ixpass])
  4389.             xbegin = scan[icomp].xbegin[ixpass];
  4390.          if(xend   < scan[icomp].xend[  ixpass])
  4391.             xend   = scan[icomp].xend[  ixpass];
  4392.       }                                             /* Compwise test */
  4393.  
  4394.    }                                                     /* Pin-testloop */
  4395.  
  4396.    if(xbegin <= xend) { /* Some data to write */
  4397.  
  4398.       ioutbuf = 0;
  4399.  
  4400.       if(0 == upd->strings[S_XMOVE].size) xbegin = ixpass;
  4401.  
  4402. /*
  4403.  *    Adjust the Printers Y-Position
  4404.  */
  4405.       if(upd->yscan != upd->yprinter) { /* Adjust Y-Position */
  4406.          if(B_YABS & upd->flags) y = upd->yscan + upd->ints[I_YOFS];
  4407.          else                    y = upd->yscan - upd->yprinter;
  4408.  
  4409.          if(      1 < upd->ints[I_YSTEP]) {
  4410.             n      =  y / upd->ints[I_YSTEP];  /* Major-Steps */
  4411.             y     -=  n * upd->ints[I_YSTEP];  /* Minor-Steps */
  4412.          } else if(-1 > upd->ints[I_YSTEP]) {
  4413.             n      = y * -upd->ints[I_YSTEP];  /* May this work? */
  4414.             y      = 0;
  4415.          } else {
  4416.             n      = y;
  4417.             y      = 0;
  4418.          }
  4419.  
  4420.          if(n) { /* Coarse Positioning */
  4421.             if(0 < upd->strings[S_YMOVE].size) {
  4422.  
  4423.                memcpy(upd->outbuf+ioutbuf,
  4424.                           upd->strings[S_YMOVE].data,
  4425.                           upd->strings[S_YMOVE].size);
  4426.                ioutbuf += upd->strings[S_YMOVE].size;
  4427.  
  4428.                upd->outbuf[ioutbuf++] =  n     & 0xff;
  4429.                upd->outbuf[ioutbuf++] = (n>>8) & 0xff;
  4430.  
  4431.             } else {
  4432.  
  4433.                while(n) {
  4434.                   int n2do = n > 255 ? 255 : n;
  4435.                   if(upd->lf != n2do) {
  4436.                      memcpy(upd->outbuf+ioutbuf,
  4437.                                 upd->strings[S_SETLF].data,
  4438.                                 upd->strings[S_SETLF].size);
  4439.                      ioutbuf += upd->strings[S_SETLF].size;
  4440.                      upd->outbuf[ioutbuf++] = n2do;
  4441.                      upd->lf                = n2do;
  4442.                   }
  4443.                   upd->outbuf[ioutbuf++] = '\n';
  4444.                   n -= n2do;
  4445.                }
  4446.             }
  4447.          }       /* Coarse Positioning */
  4448.  
  4449.          if(0 < upd->strings[S_YSTEP].size) {
  4450.             while(y--) {
  4451.                memcpy(upd->outbuf+ioutbuf,
  4452.                           upd->strings[S_YSTEP].data,
  4453.                           upd->strings[S_YSTEP].size);
  4454.                ioutbuf += upd->strings[S_YSTEP].size;
  4455.             }
  4456.          }
  4457.  
  4458.          upd->yprinter = upd->yscan;
  4459.       }                                 /* Adjust Y-Position */
  4460.  
  4461. /*
  4462.  * Now write the required components
  4463.  */
  4464.       for(icomp = 0; icomp < upd->ncomp; ++icomp) { /* Component-Print */
  4465. /*
  4466.  *       First check, wether this Component needs printing
  4467.  */
  4468.          for(y = ybegin; y < yend; y += upd->ints[I_NYPASS]) { /* Comp-Test */
  4469.             if(0 > y) continue;
  4470.             scan = upd->scnbuf[y & upd->scnmsk]+icomp;
  4471.             if(0 <= scan->xend[ixpass]) break;
  4472.          }                                                     /* Comp-Test */
  4473.          if(y >= yend) continue; /* Component not required */
  4474. /*
  4475.  *       Select the Component
  4476.  */
  4477.          if((0 < upd->string_a[SA_SETCOMP].size) &&
  4478.             (upd->icomp != icomp               )   ) { /* Selection enabled */
  4479.             upd->icomp = icomp;
  4480.             if(0 < upd->string_a[SA_SETCOMP].data[icomp].size) {
  4481.                memcpy(upd->outbuf+ioutbuf,
  4482.                           upd->string_a[SA_SETCOMP].data[icomp].data,
  4483.                           upd->string_a[SA_SETCOMP].data[icomp].size);
  4484.                ioutbuf += upd->string_a[SA_SETCOMP].data[icomp].size;
  4485.             }
  4486.          }                                      /* Selection enabled */
  4487. /*
  4488.  *       Establish the X-Position
  4489.  */
  4490.          if(xbegin != upd->xprinter) {
  4491.  
  4492.             if(0 == upd->strings[S_XMOVE].size) {
  4493.  
  4494.                upd->outbuf[ioutbuf++] = '\r';
  4495.                upd->xprinter          =  0;
  4496.                n = 0;
  4497.                x = ixpass;
  4498.  
  4499.             } else {
  4500.  
  4501.                if(B_XABS & upd->flags) n = x = xbegin + upd->ints[I_XOFS];
  4502.                else                    n = x = xbegin - upd->xprinter;
  4503.  
  4504.                if(        1 < upd->ints[I_XSTEP]) {
  4505.                   if(0 > n) {
  4506.                      n  -= upd->ints[I_XSTEP];
  4507.                      x  -= n;
  4508.                   }
  4509.                   if(n) n  /= upd->ints[I_XSTEP]; /* Major-Steps */
  4510.                   if(x) x  %= upd->ints[I_XSTEP]; /* Minor-Steps */
  4511.  
  4512.                } else if(-1 > upd->ints[I_XSTEP]) {
  4513.                   n *= -upd->ints[I_XSTEP]; /* May this work? */
  4514.                   x  = 0;
  4515.                }
  4516.  
  4517.                if(n) { /* Adjust X-Position */
  4518.  
  4519.                  memcpy(upd->outbuf+ioutbuf,
  4520.                              upd->strings[S_XMOVE].data,
  4521.                              upd->strings[S_XMOVE].size);
  4522.                   ioutbuf += upd->strings[S_XMOVE].size;
  4523.  
  4524.                   upd->outbuf[ioutbuf++] =  n     & 0xff;
  4525.                   upd->outbuf[ioutbuf++] = (n>>8) & 0xff;
  4526.  
  4527.                }       /* Adjust X-Position */
  4528.  
  4529.             }
  4530.  
  4531.             if(x && 0 < upd->strings[S_XSTEP].size) { /* Fine-Adjust X */
  4532.                while(x--) {
  4533.                   memcpy(upd->outbuf+ioutbuf,
  4534.                              upd->strings[S_XSTEP].data,
  4535.                              upd->strings[S_XSTEP].size);
  4536.                   ioutbuf += upd->strings[S_XSTEP].size;
  4537.                }
  4538.             }                                         /* Fine-Adjust X */
  4539.          }
  4540.          upd->xprinter = xend+1;
  4541. /*
  4542.  *       Send the Write-Command
  4543.  */
  4544.          if(0 < upd->string_a[SA_WRITECOMP].data[icomp].size) {
  4545.             memcpy(upd->outbuf+ioutbuf,
  4546.                        upd->string_a[SA_WRITECOMP].data[icomp].data,
  4547.                        upd->string_a[SA_WRITECOMP].data[icomp].size);
  4548.             ioutbuf += upd->string_a[SA_WRITECOMP].data[icomp].size;
  4549.          }
  4550.          n = (xend - xbegin) / upd->ints[I_NXPASS] + 1;;
  4551.          upd->outbuf[ioutbuf++] =  n     & 255;
  4552.          upd->outbuf[ioutbuf++] = (n>>8) & 255;
  4553. /*
  4554.  *       Clear the data-Part
  4555.  */
  4556.          obytes   =  upd->outbuf+ioutbuf;
  4557.          n       *= (upd->ints[I_PINS2WRITE]+7)>>3;
  4558.          memset(obytes,0,n);
  4559.          ioutbuf += n;
  4560. /*
  4561.  *       Set the Pixels
  4562.  */
  4563.          for(x = xbegin; x <= xend; x += upd->ints[I_NXPASS]) {
  4564.  
  4565.             bit     = 0x80 >> (pintop & 7);
  4566.             obytes += pintop>>3;
  4567.  
  4568.             for(pin = pintop, y = ybegin; pin < pinbot;
  4569.                 pin++,        y += upd->ints[I_NYPASS]) {
  4570.                if(0 <= y) {
  4571.                   scan = upd->scnbuf[y & upd->scnmsk]+icomp;
  4572.                   if(scan->bytes[x>>3] & (0x80 >> (x & 7))) *obytes |= bit;
  4573.                }
  4574.                if(!(bit >>= 1)) { obytes++; bit = 0x80; }
  4575.             }
  4576.  
  4577.             obytes += (upd->ints[I_PINS2WRITE]-pinbot+7)>>3;
  4578.          }
  4579. /*
  4580.  *       Send this Component to the Printer
  4581.  */
  4582.          fwrite(upd->outbuf,1,ioutbuf,out);
  4583.          ioutbuf = 0;
  4584.       }                                             /* Component-Print */
  4585.    }                    /* Some data to write */
  4586.  
  4587. /** Advance counters in upd, change modi */
  4588.  
  4589.    if(upd->yscan < upd->ints[I_BEG_Y]) {
  4590.       upd->yscan += upd->int_a[IA_BEG_DY].data[upd->ipass++];
  4591.       if(     upd->ints[I_BEG_Y] <= upd->yscan) upd->ipass = 0;
  4592.       else if(upd->int_a[IA_BEG_DY].size <= upd->ipass) upd->ipass = 0;
  4593.    } else if(upd->yscan >= upd->ints[I_END_Y]) {
  4594.       upd->yscan += upd->int_a[IA_END_DY].data[upd->ipass++];
  4595.       if(upd->int_a[IA_END_DY].size <= upd->ipass) upd->ipass = 0;
  4596.    } else {
  4597.       upd->yscan += upd->int_a[IA_STD_DY].data[upd->ipass++];
  4598.       if(upd->int_a[IA_STD_DY].size <= upd->ipass) upd->ipass = 0;
  4599.       if(upd->yscan >= upd->ints[I_END_Y])         upd->ipass = 0;
  4600.    }
  4601.  
  4602.    return 0;
  4603. }
  4604.  
  4605. /* ------------------------------------------------------------------- */
  4606. /* upd_open_wrtescp2: ESC/P2 Writer intended for ESC . 1  commands     */
  4607. /* ------------------------------------------------------------------- */
  4608.  
  4609. private int
  4610. upd_open_wrtescp2(upd_device *udev)
  4611. {
  4612.    const upd_p      upd             = udev->upd;
  4613.    int              error           = 0;
  4614.    float            pixels_per_inch = 360.0;
  4615.  
  4616. /** Analyze (and optionally adjust) the BOP-Sequence */
  4617.    if(0 < upd->strings[S_BEGIN].size) { /* BOP-Checker */
  4618.      int   i,state = 0,value = 0;
  4619.      byte *bp = (byte *) upd->strings[S_BEGIN].data;
  4620.      for(i = 0; i < upd->strings[S_BEGIN].size; ++i) {
  4621.         switch(state) {
  4622.            case  0:
  4623.               if(0x1b == bp[i]) state = 1;
  4624.            break;
  4625.            case  1:
  4626.               if('('  == bp[i]) state = 2;
  4627.               else              state = 0;
  4628.            break;
  4629.            case  2:
  4630.               switch(bp[i]) {
  4631.                  case 'U': state =  3; break; /* Printer-Resolution */
  4632.                  case 'C': state =  6; break; /* Page-Length */
  4633.                  case 'c': state = 10; break; /* Top/Bottom Margin */
  4634.                  default:  state =  0; break;
  4635.               }
  4636.            break;
  4637.            case  3:
  4638.               if(1 == bp[i]) state = 4;
  4639.               else           state = 0;
  4640.            break;
  4641.            case  4:
  4642.               if(0 == bp[i]) state = 5;
  4643.               else           state = 0;
  4644.            break;
  4645.            case  5:
  4646.               pixels_per_inch = 3600.0 / (float) bp[i];
  4647.               state = 0;
  4648.            break;
  4649.            case  6:
  4650.               if(2 == bp[i]) state = 7;
  4651.               else           state = 0;
  4652.            break;
  4653.            case  7:
  4654.               if(0 == bp[i]) state = 8;
  4655.               else           state = 0;
  4656.            break;
  4657.            case  8:
  4658.               if(B_PAGELENGTH & upd->flags) {
  4659.                  value = 0.5 + udev->height
  4660.                                * pixels_per_inch / udev->y_pixels_per_inch;
  4661.                  bp[i] =  value     & 0xff;
  4662.               }
  4663.               state = 9;
  4664.            break;
  4665.            case  9:
  4666.               if(B_PAGELENGTH & upd->flags) {
  4667.                  bp[i] = (value>>8) & 0xff;
  4668.               }
  4669.               state = 0;
  4670.            break;
  4671.            case 10:
  4672.               if(4 == bp[i]) state = 11;
  4673.               else           state =  0;
  4674.            break;
  4675.            case 11:
  4676.               if(0 == bp[i]) state = 12;
  4677.               else           state =  0;
  4678.            break;
  4679.            case  12:
  4680.               if(B_TOPMARGIN & upd->flags) {
  4681.                  value =  dev_t_margin(udev) * pixels_per_inch;
  4682.                  bp[i] =  value     & 0xff;
  4683.               }
  4684.               state = 13;
  4685.            break;
  4686.            case  13:
  4687.               if(B_TOPMARGIN & upd->flags) {
  4688.                  bp[i] = (value>>8) & 0xff;
  4689.               }
  4690.               state = 14;
  4691.            break;
  4692.            case  14:
  4693.               if(B_BOTTOMMARGIN & upd->flags) {
  4694.                  value = 0.5 + udev->height
  4695.                                * pixels_per_inch / udev->y_pixels_per_inch
  4696.                        - dev_b_margin(udev) * pixels_per_inch;
  4697.                  bp[i] =  value     & 0xff;
  4698.               }
  4699.               state = 15;
  4700.            break;
  4701.            case  15:
  4702.               if(B_BOTTOMMARGIN & upd->flags) {
  4703.                  bp[i] = (value>>8) & 0xff;
  4704.               }
  4705.               state =  0;
  4706.            break;
  4707.         }
  4708.      }
  4709.    }                                    /* BOP-Checker */
  4710.  
  4711. /** Create Y-Move-Command, if not given */
  4712.    if(0 == upd->strings[S_YMOVE].size) {
  4713.       byte *bp;
  4714.       UPD_MM_DEL_PARAM(upd->strings[S_YMOVE]);
  4715.       UPD_MM_GET_ARRAY(bp,5);
  4716.       upd->strings[S_YMOVE].data = bp;
  4717.       upd->strings[S_YMOVE].size = 5;
  4718.       *bp++ = 0x1b; /* ESC */
  4719.       *bp++ = '(';
  4720.       *bp++ = upd->flags & B_YABS ? 'V' : 'v';
  4721.       *bp++ =  2;
  4722.       *bp++ =  0;
  4723.    }
  4724.  
  4725. /** X-Positioning must be set too, sometimes */
  4726.    if((1 < upd->ints[I_XSTEP]) && (0 == upd->strings[S_XSTEP].size)) {
  4727.  
  4728. #if UPD_MESSAGES & UPD_M_WARNING
  4729.       fprintf(stderr,
  4730.          "ESC/P2-Open: XSTEP-Command required for XSTEP=%d\n",
  4731.          upd->ints[I_XSTEP]);
  4732. #endif
  4733.       error = -1;
  4734.  
  4735.    } else if((1 <  upd->ints[I_NXPASS]       ) &&
  4736.              (0 == upd->strings[S_XMOVE].size) &&
  4737.              (0 == upd->strings[S_XSTEP].size)   ) {
  4738.       byte *bp;
  4739.       int ratio;
  4740.  
  4741.       ratio = (udev->y_pixels_per_inch + .5) / udev->x_pixels_per_inch;
  4742.  
  4743.       if(0 == upd->ints[I_XSTEP]) { /* Adjust scale-factor too! */
  4744.          if(ratio > 1) upd->ints[I_XSTEP] = -ratio;
  4745.       } else {                     /* Adjust scale-factor too! */
  4746.          ratio = -upd->ints[I_XSTEP];
  4747.       }
  4748.  
  4749.       if(2 == upd->ints[I_NXPASS]) { /* Use a relative Step */
  4750.  
  4751.          UPD_MM_DEL_PARAM(upd->strings[S_XSTEP]);
  4752.          UPD_MM_GET_ARRAY(bp,4);
  4753.          upd->strings[S_XSTEP].size = 4;
  4754.          upd->strings[S_XSTEP].data = bp;
  4755.          *bp++ = 0x1b;
  4756.          *bp++ = '\\';
  4757.          *bp++ =  ratio     & 0xff;
  4758.          *bp++ = (ratio>>8) & 0xff;
  4759.  
  4760.       } else {                      /* Use relative or absolute Move */
  4761.  
  4762.          UPD_MM_DEL_PARAM(upd->strings[S_XMOVE]);
  4763.          UPD_MM_GET_ARRAY(bp,2);
  4764.          upd->strings[S_XMOVE].size = 2;
  4765.          upd->strings[S_XMOVE].data = bp;
  4766.          *bp++  = 0x1b;
  4767.          *bp++  = upd->flags & B_XABS ? '$' : '\\';
  4768.  
  4769.       }
  4770.    }
  4771.  
  4772. /** If there is neither a writecomp nor a setcomp-command, generate both */
  4773.    if((0 == upd->string_a[SA_WRITECOMP].size) &&
  4774.       (0 == upd->string_a[SA_SETCOMP].size  )   ) { /* Default-commands */
  4775.       byte *bp;
  4776.       gs_param_string *ap;
  4777.       int   i;
  4778.  
  4779.       if(4 == upd->ncomp) { /* Establish Component-Selection */
  4780.          UPD_MM_DEL_APARAM(upd->string_a[SA_SETCOMP]);
  4781.          UPD_MM_GET_ARRAY(ap,4);
  4782.          upd->string_a[SA_SETCOMP].data = ap;
  4783.          upd->string_a[SA_SETCOMP].size = 4;
  4784.          for(i = 0; i < 4; ++i) {
  4785.             UPD_MM_GET_ARRAY(bp,3);
  4786.             ap[i].size = 3;
  4787.             ap[i].data = bp;
  4788.             *bp++ = 0x1b;
  4789.             *bp++ = 'r';
  4790.             switch(((updcomp_p)upd->valptr[i])->cmap) { /* use COMPORDER! */
  4791.                case 0: *bp++ = 0; break; /* Black */
  4792.                case 1: *bp++ = 2; break; /* Cyan */
  4793.                case 2: *bp++ = 1; break; /* Magenta */
  4794.                case 3: *bp++ = 4; break; /* Yellow */
  4795.             }                                           /* use COMPORDER! */
  4796.          }
  4797.       }                     /* Establish Component-Selection */
  4798.  
  4799.       UPD_MM_DEL_APARAM(upd->string_a[SA_WRITECOMP]);
  4800.       UPD_MM_GET_ARRAY(ap,upd->ncomp);
  4801.       upd->string_a[SA_WRITECOMP].data = ap;
  4802.       upd->string_a[SA_WRITECOMP].size = upd->ncomp;
  4803.       for(i = 0; i < upd->ncomp; ++i) {
  4804.          UPD_MM_GET_ARRAY(bp,6);
  4805.          ap[i].size = 6;
  4806.          ap[i].data = bp;
  4807.          *bp++ = 0x1b;
  4808.          *bp++ = '.';
  4809.          *bp++ =  1;  /* RLE */
  4810.          *bp++ = 3600.0 * upd->ints[I_NYPASS] / udev->y_pixels_per_inch + 0.5;
  4811.          *bp++ = 3600.0 * upd->ints[I_NXPASS] / udev->x_pixels_per_inch + 0.5;
  4812.          *bp++ = upd->ints[I_PINS2WRITE];
  4813.       }
  4814.    }                                                /* Default-commands */
  4815.  
  4816. /** SA_WRITECOMP must be valid */
  4817.    if(upd->ncomp > upd->string_a[SA_WRITECOMP].size) {
  4818. #if UPD_MESSAGES & UPD_M_WARNING
  4819.       fprintf(stderr,
  4820.          "ESC/P2-Open: WRITECOMP-Commands must be given\n");
  4821. #endif
  4822.       error = -1;
  4823.    }
  4824.  
  4825. /** Check Validity of X-Pass */
  4826.    switch(upd->choice[C_FORMAT]) {
  4827.       case FMT_ESCP2Y:
  4828.          if(1 < upd->ints[I_NXPASS]) {
  4829. #if         UPD_MESSAGES & UPD_M_WARNING
  4830.                fprintf(stderr,
  4831.                   "ESC/P2-Open: FMT_ESCP2Y cannot handle multiple X-Passes\n");
  4832. #endif
  4833.             error = -1;
  4834.          } else {
  4835.             upd->writer = upd_wrtescp2;
  4836.          }
  4837.       break;
  4838.       case FMT_ESCP2XY:
  4839.          upd->writer  = upd_wrtescp2x;
  4840.          upd->nlimits = upd->ints[I_NXPASS];
  4841. #if      UPD_MESSAGES & UPD_M_WARNING
  4842.             if(1 == upd->ints[I_NXPASS])
  4843.                fprintf(stderr,
  4844.                   "ESC/P2-Open: FMT_ESCP2XY should not be used with 1X-Pass\n");
  4845. #endif
  4846.       break;
  4847.       default:
  4848. #if      UPD_MESSAGES & UPD_M_WARNING
  4849.             fprintf(stderr,
  4850.                "ESC/P2-Open: %d is not a ESC/P2-Format\n",
  4851.                upd->choice[C_FORMAT]);
  4852. #endif
  4853.          error = - 1;
  4854.       break;
  4855.    }
  4856.  
  4857.  
  4858. /**
  4859. If all this is correct, it's time to compute the size of the output-buffer.
  4860. It must hold:
  4861.   1. Y-Positioning
  4862.   2. X-Positioning
  4863.   3. Component-Selection
  4864.   4. The Raster-Command
  4865.   5. The Data
  4866. */
  4867.    if(0 <= error) {
  4868.       int32 i,noutbuf,need;
  4869.  
  4870.       if(0 < upd->strings[S_YMOVE].size) {
  4871.          noutbuf = upd->strings[S_YMOVE].size + 2;
  4872.       } else {
  4873.          int nmax = upd->pheight;
  4874.          if(      1 < upd->ints[I_YSTEP]) nmax /=  upd->ints[I_YSTEP];
  4875.          else if(-1 > upd->ints[I_YSTEP]) nmax *= -upd->ints[I_YSTEP];
  4876.          noutbuf  = 2 * upd->strings[S_SETLF].size + 2;
  4877.          noutbuf += nmax/255 + 1;
  4878.       }
  4879.  
  4880.       if(1 < upd->ints[I_YSTEP])
  4881.          noutbuf += (upd->ints[I_YSTEP]-1) * upd->strings[S_YSTEP].size;
  4882.  
  4883.       if(0 == upd->strings[S_XMOVE].size) {
  4884.          noutbuf += 1; /* The CR */
  4885.          noutbuf += (upd->ints[I_NXPASS]-1) * upd->strings[S_XSTEP].size;
  4886.       } else {
  4887.          noutbuf +=  upd->strings[S_XMOVE].size + 2;
  4888.  
  4889.          if(1 < upd->ints[I_XSTEP])
  4890.             noutbuf += (upd->ints[I_XSTEP]-1) * upd->strings[S_XSTEP].size;
  4891.       }
  4892.  
  4893.       if(0 < upd->string_a[SA_SETCOMP].size) {
  4894.          need = 0;
  4895.          for(i = 0; i < upd->ncomp; ++i)
  4896.             if(need < upd->string_a[SA_SETCOMP].data[i].size)
  4897.                need = upd->string_a[SA_SETCOMP].data[i].size;
  4898.          noutbuf += need;
  4899.       }
  4900.  
  4901.       need = 0;
  4902.       for(i = 0; i < upd->ncomp; ++i)
  4903.          if(need < upd->string_a[SA_WRITECOMP].data[i].size)
  4904.             need = upd->string_a[SA_WRITECOMP].data[i].size;
  4905.       noutbuf += need + 2;
  4906.  
  4907.       noutbuf += 2*upd->nbytes + (upd->nbytes + 127) / 128;
  4908.  
  4909.       upd->noutbuf      = noutbuf;
  4910.       error             = 1;
  4911.  
  4912.    }
  4913.  
  4914.    return error;
  4915. }
  4916.  
  4917. /* ------------------------------------------------------------------- */
  4918. /* upd_wrtescp2: Write a pass                                          */
  4919. /* ------------------------------------------------------------------- */
  4920.  
  4921. private int
  4922. upd_wrtescp2(upd_p upd, FILE *out)
  4923. {
  4924.    int  pinbot,pin,pintop,xbegin,x,xend,icomp,ybegin,yend,y,ioutbuf,n;
  4925.    byte *obytes;
  4926.    updscan_p scan;
  4927.  
  4928. /** Determine the number of pins to write */
  4929.  
  4930.    if(upd->yscan < upd->ints[I_BEG_Y]) {
  4931.       pintop = 0;
  4932.       pinbot = upd->int_a[IA_BEGBOT].data[upd->ipass];
  4933.    } else if(upd->yscan >= upd->ints[I_END_Y]) {
  4934.       pinbot = upd->ints[I_PINS2WRITE];
  4935.       pintop = pinbot - upd->int_a[IA_ENDTOP].data[upd->ipass];
  4936.    } else {
  4937.       pintop = 0;
  4938.       pinbot = upd->ints[I_PINS2WRITE];
  4939.    }
  4940.  
  4941.    ybegin =  pintop * upd->ints[I_NYPASS] + upd->yscan - upd->ints[I_BEGSKIP];
  4942.    yend   =  pinbot * upd->ints[I_NYPASS] + upd->yscan - upd->ints[I_BEGSKIP];
  4943.  
  4944. /** Determine Width of this scan */
  4945.  
  4946.    xbegin = upd->nbytes;
  4947.    xend   = -1;
  4948.  
  4949.    for(y = ybegin; y < yend; y += upd->ints[I_NYPASS]) { /* Pin-testloop */
  4950.  
  4951.       if(0 > y) continue; /* Inserted Scanlines */
  4952.  
  4953.       scan = upd->scnbuf[y & upd->scnmsk];
  4954.  
  4955.       for(icomp = 0; icomp < upd->ncomp; ++icomp) { /* Compwise test */
  4956.          obytes = scan[icomp].bytes;
  4957.  
  4958.          for(x = 0; x < xbegin && !obytes[x]; x++);
  4959.          if(x < xbegin) xbegin = x;
  4960.  
  4961.          if(x < upd->nbytes) {
  4962.             for(x = upd->nbytes-1; x > xend && !obytes[x]; x--);
  4963.             if(x > xend) xend = x;
  4964.          }
  4965.       }                                             /* Compwise test */
  4966.  
  4967.    }                                                     /* Pin-testloop */
  4968.  
  4969.    if(xbegin <= xend) { /* Some data to write */
  4970.  
  4971.       ioutbuf = 0;
  4972.  
  4973.       if(0 == upd->strings[S_XMOVE].size) xbegin = 0;
  4974.  
  4975. /*
  4976.  *    Adjust the Printers Y-Position
  4977.  */
  4978.       if(upd->yscan != upd->yprinter) { /* Adjust Y-Position */
  4979.          if(B_YABS & upd->flags) y = upd->yscan + upd->ints[I_YOFS];
  4980.          else                    y = upd->yscan - upd->yprinter;
  4981.  
  4982.          if(      1 < upd->ints[I_YSTEP]) {
  4983.             n      =  y / upd->ints[I_YSTEP];  /* Major-Steps */
  4984.             y     -=  n * upd->ints[I_YSTEP];  /* Minor-Steps */
  4985.          } else if(-1 > upd->ints[I_YSTEP]) {
  4986.             n      = y * -upd->ints[I_YSTEP];  /* May this work? */
  4987.             y      = 0;
  4988.          } else {
  4989.             n      = y;
  4990.             y      = 0;
  4991.          }
  4992.  
  4993.          if(n) { /* Coarse Positioning */
  4994.             memcpy(upd->outbuf+ioutbuf,
  4995.                        upd->strings[S_YMOVE].data,upd->strings[S_YMOVE].size);
  4996.             ioutbuf += upd->strings[S_YMOVE].size;
  4997.  
  4998.             upd->outbuf[ioutbuf++] =  n     & 0xff;
  4999.             upd->outbuf[ioutbuf++] = (n>>8) & 0xff;
  5000.  
  5001.          }       /* Coarse Positioning */
  5002.  
  5003.          if(0 < upd->strings[S_YSTEP].size) {
  5004.             while(y--) {
  5005.                memcpy(upd->outbuf+ioutbuf,
  5006.                           upd->strings[S_YSTEP].data,
  5007.                           upd->strings[S_YSTEP].size);
  5008.                ioutbuf += upd->strings[S_YSTEP].size;
  5009.             }
  5010.          }
  5011.  
  5012.          upd->yprinter = upd->yscan;
  5013.       }                                 /* Adjust Y-Position */
  5014. /*
  5015.  * Now write the required components
  5016.  */
  5017.       for(icomp = 0; icomp < upd->ncomp; ++icomp) { /* Component-Print */
  5018. /*
  5019.  *       First check, wether this Component needs printing
  5020.  */
  5021.          for(y = ybegin; y < yend; y += upd->ints[I_NYPASS]) { /* Comp-Test */
  5022.             if(0 > y) continue;
  5023.             obytes = upd->scnbuf[y & upd->scnmsk][icomp].bytes;
  5024.             for(x = xbegin; x <= xend && !obytes[x]; ++x);
  5025.             if(             x <= xend) break;
  5026.          }                                                     /* Comp-Test */
  5027.          if(y >= yend) continue; /* Component not required */
  5028. /*
  5029.  *       Select the Component
  5030.  */
  5031.          if((0 < upd->string_a[SA_SETCOMP].size) &&
  5032.             (upd->icomp != icomp               )   ) { /* Selection enabled */
  5033.             upd->icomp = icomp;
  5034.             if(0 < upd->string_a[SA_SETCOMP].data[icomp].size) {
  5035.                memcpy(upd->outbuf+ioutbuf,
  5036.                           upd->string_a[SA_SETCOMP].data[icomp].data,
  5037.                           upd->string_a[SA_SETCOMP].data[icomp].size);
  5038.                ioutbuf += upd->string_a[SA_SETCOMP].data[icomp].size;
  5039.             }
  5040.          }                                      /* Selection enabled */
  5041. /*
  5042.  *       Establish the X-Position
  5043.  */
  5044.          if(xbegin != upd->xprinter) {
  5045.  
  5046.             if(0 == upd->strings[S_XMOVE].size) {
  5047.  
  5048.                upd->outbuf[ioutbuf++] = '\r';
  5049.                upd->xprinter          =  0;
  5050.                n = 0;
  5051.                x = 0;
  5052.  
  5053.             } else {
  5054.  
  5055.                if(B_XABS & upd->flags) n = x = xbegin + upd->ints[I_XOFS];
  5056.                else                    n = x = xbegin - upd->xprinter;
  5057.  
  5058.                if(        1 < upd->ints[I_XSTEP]) {
  5059.                   if(0 > n) {
  5060.                      n  -= upd->ints[I_XSTEP];
  5061.                      x  -= n;
  5062.                   }
  5063.                   if(n) n  /= upd->ints[I_XSTEP]; /* Major-Steps */
  5064.                   if(x) x  %= upd->ints[I_XSTEP]; /* Minor-Steps */
  5065.  
  5066.                } else if(-1 > upd->ints[I_XSTEP]) {
  5067.                   n *= -upd->ints[I_XSTEP]; /* May this work? */
  5068.                   x  = 0;
  5069.                }
  5070.  
  5071.                if(n) { /* Adjust X-Position */
  5072.  
  5073.                  memcpy(upd->outbuf+ioutbuf,
  5074.                              upd->strings[S_XMOVE].data,
  5075.                              upd->strings[S_XMOVE].size);
  5076.                   ioutbuf += upd->strings[S_XMOVE].size;
  5077.  
  5078.                   upd->outbuf[ioutbuf++] =  n     & 0xff;
  5079.                   upd->outbuf[ioutbuf++] = (n>>8) & 0xff;
  5080.  
  5081.                }       /* Adjust X-Position */
  5082.  
  5083.             }
  5084.  
  5085.             if(x && 0 < upd->strings[S_XSTEP].size) { /* Fine-Adjust X */
  5086.                while(x--) {
  5087.                   memcpy(upd->outbuf+ioutbuf,
  5088.                              upd->strings[S_XSTEP].data,
  5089.                              upd->strings[S_XSTEP].size);
  5090.                   ioutbuf += upd->strings[S_XSTEP].size;
  5091.                }
  5092.             }                                         /* Fine-Adjust X */
  5093.          }
  5094.          upd->xprinter = xend+1;
  5095.  
  5096. /*
  5097.  *       Send the Write-Command
  5098.  */
  5099.          if(0 < upd->string_a[SA_WRITECOMP].data[icomp].size) {
  5100.             memcpy(upd->outbuf+ioutbuf,
  5101.                        upd->string_a[SA_WRITECOMP].data[icomp].data,
  5102.                        upd->string_a[SA_WRITECOMP].data[icomp].size);
  5103.             ioutbuf += upd->string_a[SA_WRITECOMP].data[icomp].size;
  5104.          }
  5105.          n = xend + 1 - xbegin;
  5106.          upd->outbuf[ioutbuf++] = (n<<3) & 255;
  5107.          upd->outbuf[ioutbuf++] = (n>>5) & 255;
  5108. /*
  5109.  *       Set the Pixels
  5110.  */
  5111.          for(pin = 0; pin < pintop; ++pin) {
  5112.             ioutbuf += upd_rle(upd->outbuf+ioutbuf,NULL,n);
  5113.             fwrite(upd->outbuf,1,ioutbuf,out);
  5114.             ioutbuf = 0;
  5115.          }
  5116.  
  5117.          for(y = ybegin; 0 > y;    y += upd->ints[I_NYPASS]) {
  5118.             ioutbuf += upd_rle(upd->outbuf+ioutbuf,NULL,n);
  5119.             fwrite(upd->outbuf,1,ioutbuf,out);
  5120.             ioutbuf = 0;
  5121.          }
  5122.  
  5123.          for(; y < yend; y += upd->ints[I_NYPASS]) {
  5124.             ioutbuf += upd_rle(upd->outbuf+ioutbuf,
  5125.                upd->scnbuf[y & upd->scnmsk][icomp].bytes+xbegin,n);
  5126.             fwrite(upd->outbuf,1,ioutbuf,out);
  5127.             ioutbuf = 0;
  5128.          }
  5129.  
  5130.          for(pin = pinbot; pin < upd->ints[I_PINS2WRITE]; ++pin) {
  5131.             ioutbuf += upd_rle(upd->outbuf+ioutbuf,NULL,n);
  5132.             fwrite(upd->outbuf,1,ioutbuf,out);
  5133.             ioutbuf = 0;
  5134.          }
  5135.       }                                             /* Component-Print */
  5136.    }                    /* Some data to write */
  5137.  
  5138. /** Advance counters in upd, change modi */
  5139.    if(upd->yscan < upd->ints[I_BEG_Y]) {
  5140.       upd->yscan += upd->int_a[IA_BEG_DY].data[upd->ipass++];
  5141.       if(     upd->ints[I_BEG_Y] <= upd->yscan) upd->ipass = 0;
  5142.       else if(upd->int_a[IA_BEG_DY].size <= upd->ipass) upd->ipass = 0;
  5143.    } else if(upd->yscan >= upd->ints[I_END_Y]) {
  5144.       upd->yscan += upd->int_a[IA_END_DY].data[upd->ipass++];
  5145.       if(upd->int_a[IA_END_DY].size <= upd->ipass) upd->ipass = 0;
  5146.    } else {
  5147.       upd->yscan += upd->int_a[IA_STD_DY].data[upd->ipass++];
  5148.       if(upd->int_a[IA_STD_DY].size <= upd->ipass) upd->ipass = 0;
  5149.       if(upd->yscan >= upd->ints[I_END_Y])         upd->ipass = 0;
  5150.    }
  5151.  
  5152.    return 0;
  5153. }
  5154.  
  5155. /* ------------------------------------------------------------------- */
  5156. /* upd_wrtescp2x: Write an ESC/P2-pass with X-Weaving                  */
  5157. /* ------------------------------------------------------------------- */
  5158.  
  5159. private int
  5160. upd_wrtescp2x(upd_p upd, FILE *out)
  5161. {
  5162.    int  pinbot,pin,pintop,xbegin,x,xend,icomp,ybegin,yend,y,ioutbuf,n,ixpass;
  5163.    byte *obytes,bit;
  5164.    updscan_p scan;
  5165.  
  5166. /** Determine the number of pins to write */
  5167.  
  5168.    if(upd->yscan < upd->ints[I_BEG_Y]) {
  5169.       ixpass = upd->int_a[IA_BEG_IX].data[upd->ipass];
  5170.       pintop = 0;
  5171.       pinbot = upd->int_a[IA_BEGBOT].data[upd->ipass];
  5172.    } else if(upd->yscan >= upd->ints[I_END_Y]) {
  5173.       ixpass = upd->int_a[IA_END_IX].data[upd->ipass];
  5174.       pinbot = upd->ints[I_PINS2WRITE];
  5175.       pintop = pinbot - upd->int_a[IA_ENDTOP].data[upd->ipass];
  5176.    } else {
  5177.       ixpass = upd->int_a[IA_STD_IX].data[upd->ipass];
  5178.       pintop = 0;
  5179.       pinbot = upd->ints[I_PINS2WRITE];
  5180.    }
  5181.  
  5182.    ybegin =  pintop * upd->ints[I_NYPASS] + upd->yscan - upd->ints[I_BEGSKIP];
  5183.    yend   =  pinbot * upd->ints[I_NYPASS] + upd->yscan - upd->ints[I_BEGSKIP];
  5184.  
  5185. /** Determine Width of this scan */
  5186.  
  5187.    xbegin = upd->pwidth;
  5188.    xend   = -1;
  5189.  
  5190.    for(y = ybegin; y < yend; y += upd->ints[I_NYPASS]) { /* Pin-testloop */
  5191.  
  5192.       if(0 > y) continue; /* Inserted Scanlines */
  5193.  
  5194.       scan = upd->scnbuf[y & upd->scnmsk];
  5195.  
  5196.       for(icomp = 0; icomp < upd->ncomp; ++icomp) { /* Compwise test */
  5197.          if(xbegin > scan[icomp].xbegin[ixpass])
  5198.             xbegin = scan[icomp].xbegin[ixpass];
  5199.          if(xend   < scan[icomp].xend[  ixpass])
  5200.             xend   = scan[icomp].xend[  ixpass];
  5201.       }                                             /* Compwise test */
  5202.  
  5203.    }                                                     /* Pin-testloop */
  5204.  
  5205.    if(xbegin <= xend) { /* Some data to write */
  5206.  
  5207.       ioutbuf = upd->nbytes;
  5208.  
  5209.       if(0 == upd->strings[S_XMOVE].size) xbegin = ixpass;
  5210.  
  5211. /*
  5212.  *    Adjust the Printers Y-Position
  5213.  */
  5214.       if(upd->yscan != upd->yprinter) { /* Adjust Y-Position */
  5215.          if(B_YABS & upd->flags) y = upd->yscan + upd->ints[I_YOFS];
  5216.          else                    y = upd->yscan - upd->yprinter;
  5217.  
  5218.          if(      1 < upd->ints[I_YSTEP]) {
  5219.             n      =  y / upd->ints[I_YSTEP];  /* Major-Steps */
  5220.             y     -=  n * upd->ints[I_YSTEP];  /* Minor-Steps */
  5221.          } else if(-1 > upd->ints[I_YSTEP]) {
  5222.             n      = y * -upd->ints[I_YSTEP];  /* May this work? */
  5223.             y      = 0;
  5224.          } else {
  5225.             n      = y;
  5226.             y      = 0;
  5227.          }
  5228.  
  5229.          if(n) { /* Coarse Positioning */
  5230.             memcpy(upd->outbuf+ioutbuf,
  5231.                        upd->strings[S_YMOVE].data,upd->strings[S_YMOVE].size);
  5232.             ioutbuf += upd->strings[S_YMOVE].size;
  5233.  
  5234.             upd->outbuf[ioutbuf++] =  n     & 0xff;
  5235.             upd->outbuf[ioutbuf++] = (n>>8) & 0xff;
  5236.  
  5237.          }       /* Coarse Positioning */
  5238.  
  5239.          if(0 < upd->strings[S_YSTEP].size) {
  5240.             while(y--) {
  5241.                memcpy(upd->outbuf+ioutbuf,
  5242.                           upd->strings[S_YSTEP].data,
  5243.                           upd->strings[S_YSTEP].size);
  5244.                ioutbuf += upd->strings[S_YSTEP].size;
  5245.             }
  5246.          }
  5247.  
  5248.          upd->yprinter = upd->yscan;
  5249.       }                                 /* Adjust Y-Position */
  5250.  
  5251. /*
  5252.  * Now write the required components
  5253.  */
  5254.       for(icomp = 0; icomp < upd->ncomp; ++icomp) { /* Component-Print */
  5255. /*
  5256.  *       First check, wether this Component needs printing
  5257.  */
  5258.          for(y = ybegin; y < yend; y += upd->ints[I_NYPASS]) { /* Comp-Test */
  5259.             if(0 > y) continue;
  5260.             scan = upd->scnbuf[y & upd->scnmsk]+icomp;
  5261.             if(0 <= scan->xend[ixpass]) break;
  5262.          }                                                     /* Comp-Test */
  5263.          if(y >= yend) continue; /* Component not required */
  5264. /*
  5265.  *       Select the Component
  5266.  */
  5267.          if((0 < upd->string_a[SA_SETCOMP].size) &&
  5268.             (upd->icomp != icomp               )   ) { /* Selection enabled */
  5269.             upd->icomp = icomp;
  5270.             if(0 < upd->string_a[SA_SETCOMP].data[icomp].size) {
  5271.                memcpy(upd->outbuf+ioutbuf,
  5272.                           upd->string_a[SA_SETCOMP].data[icomp].data,
  5273.                           upd->string_a[SA_SETCOMP].data[icomp].size);
  5274.                ioutbuf += upd->string_a[SA_SETCOMP].data[icomp].size;
  5275.             }
  5276.          }                                      /* Selection enabled */
  5277. /*
  5278.  *       Establish the X-Position
  5279.  */
  5280.          if(xbegin != upd->xprinter) {
  5281.  
  5282.             if(0 == upd->strings[S_XMOVE].size) {
  5283.  
  5284.                upd->outbuf[ioutbuf++] = '\r';
  5285.                upd->xprinter          =  0;
  5286.                n = 0;
  5287.                x = ixpass;
  5288.  
  5289.             } else {
  5290.  
  5291.                if(B_XABS & upd->flags) n = x = xbegin + upd->ints[I_XOFS];
  5292.                else                    n = x = xbegin - upd->xprinter;
  5293.  
  5294.                if(        1 < upd->ints[I_XSTEP]) {
  5295.                   if(0 > n) {
  5296.                      n  -= upd->ints[I_XSTEP];
  5297.                      x  -= n;
  5298.                   }
  5299.                   if(n) n  /= upd->ints[I_XSTEP]; /* Major-Steps */
  5300.                   if(x) x  %= upd->ints[I_XSTEP]; /* Minor-Steps */
  5301.  
  5302.                } else if(-1 > upd->ints[I_XSTEP]) {
  5303.                   n *= -upd->ints[I_XSTEP]; /* May this work? */
  5304.                   x  = 0;
  5305.                }
  5306.  
  5307.                if(n) { /* Adjust X-Position */
  5308.  
  5309.                  memcpy(upd->outbuf+ioutbuf,
  5310.                              upd->strings[S_XMOVE].data,
  5311.                              upd->strings[S_XMOVE].size);
  5312.                   ioutbuf += upd->strings[S_XMOVE].size;
  5313.  
  5314.                   upd->outbuf[ioutbuf++] =  n     & 0xff;
  5315.                   upd->outbuf[ioutbuf++] = (n>>8) & 0xff;
  5316.  
  5317.                }       /* Adjust X-Position */
  5318.  
  5319.             }
  5320.  
  5321.             if(x && 0 < upd->strings[S_XSTEP].size) { /* Fine-Adjust X */
  5322.                while(x--) {
  5323.                   memcpy(upd->outbuf+ioutbuf,
  5324.                              upd->strings[S_XSTEP].data,
  5325.                              upd->strings[S_XSTEP].size);
  5326.                   ioutbuf += upd->strings[S_XSTEP].size;
  5327.                }
  5328.             }                                         /* Fine-Adjust X */
  5329.          }
  5330.          upd->xprinter = xend+1;
  5331.  
  5332. /*
  5333.  *       Send the Write-Command
  5334.  */
  5335.          if(0 < upd->string_a[SA_WRITECOMP].data[icomp].size) {
  5336.             memcpy(upd->outbuf+ioutbuf,
  5337.                        upd->string_a[SA_WRITECOMP].data[icomp].data,
  5338.                        upd->string_a[SA_WRITECOMP].data[icomp].size);
  5339.             ioutbuf += upd->string_a[SA_WRITECOMP].data[icomp].size;
  5340.          }
  5341.          n = ((xend - xbegin) / upd->ints[I_NXPASS] + 8) & ~7;
  5342.          upd->outbuf[ioutbuf++] =  n     & 255;
  5343.          upd->outbuf[ioutbuf++] = (n>>8) & 255;
  5344.          n >>= 3;
  5345. /*
  5346.  *       Set the Pixels
  5347.  */
  5348.          for(pin = 0; pin < pintop; ++pin) {
  5349.             ioutbuf += upd_rle(upd->outbuf+ioutbuf,NULL,n);
  5350.             fwrite(upd->outbuf+upd->nbytes,1,ioutbuf-upd->nbytes,out);
  5351.             ioutbuf = upd->nbytes;
  5352.          }
  5353.  
  5354.          for(y = ybegin; 0 > y;    y += upd->ints[I_NYPASS]) {
  5355.             ioutbuf += upd_rle(upd->outbuf+ioutbuf,NULL,n);
  5356.             fwrite(upd->outbuf+upd->nbytes,1,ioutbuf-upd->nbytes,out);
  5357.             ioutbuf = upd->nbytes;
  5358.          }
  5359.  
  5360.          for(;           y < yend; y += upd->ints[I_NYPASS]) {
  5361.             byte * ibytes = upd->scnbuf[y & upd->scnmsk][icomp].bytes;
  5362.             obytes = upd->outbuf;
  5363.             memset(obytes,0,upd->nbytes);
  5364.             bit = 0x80;
  5365.             for(x = xbegin; x <= xend; x += upd->ints[I_NXPASS]) {
  5366.                if(ibytes[x>>3] & (0x80 >> (x & 7))) *obytes |= bit;
  5367.                if(!(bit >>= 1)) { obytes++; bit = 0x80; }
  5368.             }
  5369.             ioutbuf += upd_rle(upd->outbuf+ioutbuf,upd->outbuf,n);
  5370.             fwrite(upd->outbuf+upd->nbytes,1,ioutbuf-upd->nbytes,out);
  5371.             ioutbuf = upd->nbytes;
  5372.          }
  5373.  
  5374.          for(pin = pinbot; pin < upd->ints[I_PINS2WRITE]; ++pin) {
  5375.             ioutbuf += upd_rle(upd->outbuf+ioutbuf,NULL,n);
  5376.             fwrite(upd->outbuf+upd->nbytes,1,ioutbuf-upd->nbytes,out);
  5377.             ioutbuf = upd->nbytes;
  5378.          }
  5379.       }                                             /* Component-Print */
  5380.    }                    /* Some data to write */
  5381.  
  5382. /** Advance counters in upd, change modi */
  5383.  
  5384.    if(upd->yscan < upd->ints[I_BEG_Y]) {
  5385.       upd->yscan += upd->int_a[IA_BEG_DY].data[upd->ipass++];
  5386.       if(     upd->ints[I_BEG_Y] <= upd->yscan) upd->ipass = 0;
  5387.       else if(upd->int_a[IA_BEG_DY].size <= upd->ipass) upd->ipass = 0;
  5388.    } else if(upd->yscan >= upd->ints[I_END_Y]) {
  5389.       upd->yscan += upd->int_a[IA_END_DY].data[upd->ipass++];
  5390.       if(upd->int_a[IA_END_DY].size <= upd->ipass) upd->ipass = 0;
  5391.    } else {
  5392.       upd->yscan += upd->int_a[IA_STD_DY].data[upd->ipass++];
  5393.       if(upd->int_a[IA_STD_DY].size <= upd->ipass) upd->ipass = 0;
  5394.       if(upd->yscan >= upd->ints[I_END_Y])         upd->ipass = 0;
  5395.    }
  5396.  
  5397.    return 0;
  5398. }
  5399.  
  5400. /* ------------------------------------------------------------------- */
  5401. /* upd_rle: The Runlength-Compressor                                   */
  5402. /* ------------------------------------------------------------------- */
  5403.  
  5404. private int
  5405. upd_rle(byte *out,const byte *in,int nbytes)
  5406. {
  5407.  
  5408.    int used = 0;
  5409.    int crun,cdata;
  5410.    byte run;
  5411.  
  5412.    if(in != NULL) { /* Data present */
  5413.  
  5414.       crun = 1;
  5415.  
  5416.       while(nbytes > 0) { /* something to compress */
  5417.  
  5418.          run = in[0];
  5419.  
  5420.          while((nbytes > crun) && (run == in[crun])) if(++crun == 128) break;
  5421.  
  5422.          if((crun > 2) || (crun == nbytes)) { /* use this run */
  5423.  
  5424.             *out++  = (257 - crun) & 0xff; *out++ = run; used += 2;
  5425.  
  5426.             nbytes -= crun; in    += crun;
  5427.             crun = 1;
  5428.  
  5429.          } else {                            /* ignore this run */
  5430.  
  5431.             for(cdata = crun; (nbytes > cdata) && (crun < 4);) {
  5432.                if(run  == in[cdata]) crun += 1;
  5433.                else run = in[cdata], crun  = 1;
  5434.                if(++cdata == 128) break;
  5435.             }
  5436.  
  5437.             if(crun < 3) crun   = 0;    /* ignore trailing run */
  5438.             else         cdata -= crun;
  5439.  
  5440.             *out++ = cdata-1;     used++;
  5441.             memcpy(out,in,cdata); used += cdata; out   += cdata;
  5442.  
  5443.             nbytes -= cdata; in    += cdata;
  5444.  
  5445.          }              /* use/ignore run */
  5446.  
  5447.       }                  /* something to compress */
  5448.  
  5449.    } else {         /* Empty scans to fill bands */
  5450.  
  5451.       while(nbytes > 0) {
  5452.          crun    = nbytes > 128 ? 128 : nbytes;
  5453.          nbytes -= crun;
  5454.          *out++  = (257 - crun) & 0xff;
  5455.          *out++  = 0;
  5456.          used   += 2;
  5457.       }
  5458.    }                /* Data present or empty */
  5459.    return used;
  5460. }
  5461.  
  5462. /* ------------------------------------------------------------------- */
  5463. /* upd_open_wrtrtl: Basic HP-RTL Writer                                */
  5464. /* ------------------------------------------------------------------- */
  5465.  
  5466. private int
  5467. upd_open_wrtrtl(upd_device *udev)
  5468. {
  5469.    const upd_p      upd  = udev->upd;
  5470.    int              error = 0;
  5471.  
  5472. /** Adjust the Raster-Width */
  5473.  
  5474.    if(0 < upd->strings[S_BEGIN].size) { /* BOP-Checker */
  5475.      int   i,state = 0;
  5476.      for(i = 0; i < upd->strings[S_BEGIN].size; ++i) {
  5477.         switch(state) {
  5478.            case  0:
  5479.               if(0x1b == upd->strings[S_BEGIN].data[i]) state = 1;
  5480.            break;
  5481.            case  1:
  5482.               if('*'  == upd->strings[S_BEGIN].data[i]) state = 2;
  5483.               else                                      state = 0;
  5484.            break;
  5485.            case  2:
  5486.               if('r'  == upd->strings[S_BEGIN].data[i]) state = 3;
  5487.               else                                      state = 0;
  5488.            break;
  5489.            case  3:
  5490.               if((B_PAGEWIDTH & upd->flags) &&
  5491.                  (('s' == upd->strings[S_BEGIN].data[i]) ||
  5492.                   ('S' == upd->strings[S_BEGIN].data[i])   )) {
  5493.                  byte  cv[16],*bp;
  5494.                  uint ncv,       nbp;
  5495.                  ncv = sprintf(cv,"%d",upd->pwidth);
  5496.                  nbp = upd->strings[S_BEGIN].size + ncv;
  5497.                  UPD_MM_GET_ARRAY(bp,nbp);
  5498.                  memcpy(bp,upd->strings[S_BEGIN].data,i);
  5499.                  memcpy(bp+i,cv,ncv);
  5500.                  memcpy(bp+i+ncv,upd->strings[S_BEGIN].data+i,
  5501.                                  upd->strings[S_BEGIN].size-i);
  5502.                  i += ncv;
  5503.                  UPD_MM_DEL_PARAM(upd->strings[S_BEGIN]);
  5504.                  upd->strings[S_BEGIN].data = bp;
  5505.                  upd->strings[S_BEGIN].size = nbp;
  5506.               }
  5507.               if(isupper(upd->strings[S_BEGIN].data[i])) state = 0;
  5508.            break;
  5509.         }
  5510.      }
  5511.    }                                    /* BOP-Checker */
  5512.  
  5513.  
  5514. /** SA_WRITECOMP must be valid */
  5515.    if(upd->ncomp > upd->string_a[SA_WRITECOMP].size) {
  5516. #if UPD_MESSAGES & UPD_M_WARNING
  5517.       fprintf(stderr,
  5518.          "PCL-Open: WRITECOMP-Commands must be given\n");
  5519. #endif
  5520.       error = -1;
  5521.    }
  5522.  
  5523. /**
  5524. If all this is correct, it's time to compute the size of the output-buffer.
  5525. It must hold:
  5526.   1. Y-Positioning
  5527.   2. Component-Data
  5528. */
  5529.    if(0 <= error) {
  5530.       int32 ny,noutbuf;
  5531.       char  tmp[16];
  5532.  
  5533.       if(0 < upd->strings[S_YMOVE].size) {
  5534.          sprintf(tmp,"%d",upd->pheight);
  5535.          ny = upd->strings[S_YMOVE].size + strlen(tmp);
  5536.       } else {
  5537.          ny = 1 + upd->string_a[SA_WRITECOMP].data[upd->ncomp-1].size;
  5538.          ny *= upd->pheight;
  5539.       }
  5540.  
  5541.       noutbuf = upd->nbytes + (upd->nbytes + 127) / 128;
  5542.  
  5543.       if(ny > noutbuf) noutbuf = ny;
  5544.       noutbuf += 16;
  5545.  
  5546.       if((0 < noutbuf) && (noutbuf <= INT_MAX)) {
  5547.          upd->noutbuf      = noutbuf;
  5548.          upd->writer       = upd_wrtrtl;
  5549.          error             = 1;
  5550.       } else {
  5551.          error = -1;
  5552. #if      UPD_MESSAGES & UPD_M_WARNING
  5553.             fprintf(stderr,
  5554.               "PCL-Open: %ld is unreasonable size of Outputbuffer\n",
  5555.               (long) noutbuf);
  5556. #endif
  5557.       }
  5558.    }
  5559.  
  5560.    return error;
  5561. }
  5562.  
  5563. /* ------------------------------------------------------------------- */
  5564. /* upd_wrtrtl: Write a pass                                            */
  5565. /* ------------------------------------------------------------------- */
  5566.  
  5567. private int
  5568. upd_wrtrtl(upd_p upd, FILE *out)
  5569. {
  5570.    const updscan_p scan = upd->scnbuf[upd->yscan & upd->scnmsk];
  5571.  
  5572.    int  x,xend,icomp,ioutbuf;
  5573.    byte *data;
  5574.  
  5575. /** Determine Width of this scan */
  5576.  
  5577.    xend   = -1;
  5578.    for(icomp = 0; icomp < upd->ncomp; ++icomp) {
  5579.  
  5580.       data = scan[icomp].bytes;
  5581.  
  5582.       for(x = upd->nbytes-1; 0 <= x; --x) if(data[x]) break;
  5583.       if(x > xend) xend  = x;
  5584.    }
  5585.  
  5586.    if(0 <= xend) { /* Some data to write */
  5587.  
  5588.       ioutbuf = 0;
  5589.       xend   += 1;
  5590. /*
  5591.  *    Adjust the Printers Y-Position
  5592.  */
  5593.       if(upd->yscan != upd->yprinter) { /* Adjust Y-Position */
  5594.          if(1 < upd->strings[S_YMOVE].size) {
  5595.             ioutbuf = sprintf(upd->outbuf+ioutbuf,
  5596.                upd->strings[S_YMOVE].data,upd->yscan - upd->yprinter);
  5597.          } else {
  5598.             while(upd->yscan < upd->yprinter++) {
  5599.                ioutbuf += sprintf(upd->outbuf+ioutbuf,
  5600.                   upd->string_a[SA_WRITECOMP].data[upd->ncomp-1].data,0);
  5601.             }
  5602.          }
  5603.          upd->yprinter = upd->yscan;
  5604.          fwrite(upd->outbuf,1,ioutbuf,out);
  5605.          ioutbuf = 0;
  5606.       }                                 /* Adjust Y-Position */
  5607. /*
  5608.  * Now write the all! components
  5609.  */
  5610.       for(icomp = 0; icomp < upd->ncomp; ++icomp) { /* Component-Print */
  5611.          data = scan[icomp].bytes;
  5612.          for(x = 0; x <= xend; ++x) if(data[x]) break;
  5613.          if(x <= xend) {
  5614.             ioutbuf = upd_rle(upd->outbuf,scan[icomp].bytes,xend);
  5615.             fprintf(out,upd->string_a[SA_WRITECOMP].data[icomp].data,ioutbuf);
  5616.             fwrite(upd->outbuf,1,ioutbuf,out);
  5617.          } else {
  5618.             fprintf(out,upd->string_a[SA_WRITECOMP].data[icomp].data,0);
  5619.          }
  5620.       }
  5621.  
  5622.       upd->yprinter += 1;
  5623.  
  5624.    }                    /* Some data to write */
  5625.  
  5626. /** Advance scan by one */
  5627.  
  5628.    upd->yscan += 1;
  5629.  
  5630.    return 0;
  5631. }
  5632.  
  5633. /* ------------------------------------------------------------------- */
  5634. /* upd_open_wrtcanon: Basic Canon Extended Mode Writer (hr)            */
  5635. /* ------------------------------------------------------------------- */
  5636.  
  5637. private int
  5638. upd_open_wrtcanon(upd_device *udev)
  5639. {
  5640.   const upd_p upd = udev->upd;
  5641.   int error = 0;
  5642.  
  5643.   /* max length of one printer line */
  5644.   upd->noutbuf = upd->nbytes + (upd->nbytes + 127) / 128;
  5645.   upd->writer  = upd_wrtcanon;
  5646.   error        = 1;
  5647.  
  5648.   return error;
  5649. }
  5650.  
  5651. /* ------------------------------------------------------------------- */
  5652. /* upd_wrtcanon: Write a pass (hr)                                     */
  5653. /* ------------------------------------------------------------------- */
  5654.  
  5655. #define LOW(b)     ((b)&0xFF)
  5656. #define HIGH(b)    ((b)>>8)
  5657. #define ESC 0x1B
  5658. #define CR  0x0D
  5659.  
  5660. private int
  5661. upd_wrtcanon(upd_p upd, FILE *out)
  5662. {
  5663.   const updscan_p scan = upd->scnbuf[upd->yscan & upd->scnmsk];
  5664.  
  5665.   int x, xend, icomp, ioutbuf, step, ioutbuf1;
  5666.   byte *data;
  5667.  
  5668.  
  5669.   /* Check length of the printable date */
  5670.   xend = -1;
  5671.   for(icomp = 0; icomp < upd->ncomp; ++icomp) {
  5672.     data = scan[icomp].bytes;
  5673.  
  5674.     for(x = upd->nbytes-1; 0 <= x; --x) if(data[x]) break;
  5675.  
  5676.     if(x > xend) xend  = x;
  5677.   }
  5678.  
  5679.   /* If some date to print */
  5680.   if(0 <= xend) { /* Some data to write */
  5681.     ioutbuf = 0;
  5682.     xend   += 1;
  5683.  
  5684.     /* Perform vertical tab */
  5685.     if(upd->yscan != upd->yprinter) {
  5686.       step = upd->yscan - upd->yprinter;
  5687.  
  5688.       fputc(ESC,        out);
  5689.       fputc('(',        out);
  5690.       fputc('e',        out);
  5691.       fputc(2,          out);
  5692.       fputc(0,          out);
  5693.       fputc(HIGH(step), out);
  5694.       fputc(LOW(step),  out);
  5695.  
  5696.       upd->yprinter = upd->yscan;
  5697.     }
  5698.  
  5699.     for(icomp = 0; icomp < upd->ncomp; ++icomp) {
  5700.  
  5701.       /* Are there date to print for the selected color component */
  5702.       data = scan[icomp].bytes;
  5703.       for(x = 0; x <= xend; ++x) if(data[x]) break;
  5704.  
  5705.       /* Compressing of the scan line */
  5706.       if(x <= xend) {
  5707.     ioutbuf = upd_rle(upd->outbuf, scan[icomp].bytes, xend);
  5708.       } else {
  5709.     ioutbuf = 0;
  5710.       }
  5711.  
  5712.       ioutbuf1 = ioutbuf + 1;
  5713.  
  5714.       /* prints the scan line */
  5715.       fputc(ESC,            out);
  5716.       fputc('(',            out);
  5717.       fputc('A',            out);
  5718.       fputc(LOW(ioutbuf1),  out);
  5719.       fputc(HIGH(ioutbuf1), out);
  5720.       fputc("YMCK"[icomp],  out);
  5721.  
  5722.       fwrite(upd->outbuf, 1, ioutbuf, out);
  5723.  
  5724.       fputc(CR,             out);
  5725.     }
  5726.  
  5727.     /* Printer advances one raster line */
  5728.     fputc(ESC,        out);
  5729.     fputc('(',        out);
  5730.     fputc('e',        out);
  5731.     fputc(2,          out);
  5732.     fputc(0,          out);
  5733.     fputc(HIGH(1),    out);
  5734.     fputc(LOW(1),     out);
  5735.  
  5736.     upd->yprinter += 1;
  5737.  
  5738.   }
  5739.  
  5740.   /* Advance scan by one */
  5741.   upd->yscan += 1;
  5742.  
  5743.   return 0;
  5744. }
  5745.  
  5746. /* ------------------------------------------------------------------- */
  5747. /* All the Pixel-Get Routines                                          */
  5748. /* ------------------------------------------------------------------- */
  5749.  
  5750. /* That bunch of Pixel-Get Routines */
  5751.  
  5752. private upd_proc_pxlget(upd_pxlgetnix); /* A Dummy */
  5753.  
  5754. private upd_proc_pxlget(upd_pxlget1f1); /* 1 Bit Forward */
  5755. private upd_proc_pxlget(upd_pxlget1f2);
  5756. private upd_proc_pxlget(upd_pxlget1f3);
  5757. private upd_proc_pxlget(upd_pxlget1f4);
  5758. private upd_proc_pxlget(upd_pxlget1f5);
  5759. private upd_proc_pxlget(upd_pxlget1f6);
  5760. private upd_proc_pxlget(upd_pxlget1f7);
  5761. private upd_proc_pxlget(upd_pxlget1f8);
  5762.  
  5763. private upd_proc_pxlget(upd_pxlget1r1); /* 1 Bit Reverse */
  5764. private upd_proc_pxlget(upd_pxlget1r2);
  5765. private upd_proc_pxlget(upd_pxlget1r3);
  5766. private upd_proc_pxlget(upd_pxlget1r4);
  5767. private upd_proc_pxlget(upd_pxlget1r5);
  5768. private upd_proc_pxlget(upd_pxlget1r6);
  5769. private upd_proc_pxlget(upd_pxlget1r7);
  5770. private upd_proc_pxlget(upd_pxlget1r8);
  5771.  
  5772. private upd_proc_pxlget(upd_pxlget2f1); /* 2 Bit Forward */
  5773. private upd_proc_pxlget(upd_pxlget2f2);
  5774. private upd_proc_pxlget(upd_pxlget2f3);
  5775. private upd_proc_pxlget(upd_pxlget2f4);
  5776.  
  5777. private upd_proc_pxlget(upd_pxlget2r1); /* 2 Bit Reverse */
  5778. private upd_proc_pxlget(upd_pxlget2r2);
  5779. private upd_proc_pxlget(upd_pxlget2r3);
  5780. private upd_proc_pxlget(upd_pxlget2r4);
  5781.  
  5782. private upd_proc_pxlget(upd_pxlget4f1); /* 4 Bit Forward */
  5783. private upd_proc_pxlget(upd_pxlget4f2);
  5784.  
  5785. private upd_proc_pxlget(upd_pxlget4r1); /* 4 Bit Reverse */
  5786. private upd_proc_pxlget(upd_pxlget4r2);
  5787.  
  5788. private upd_proc_pxlget(upd_pxlget8f);  /* 8 Bit Forward */
  5789. private upd_proc_pxlget(upd_pxlget8r);  /* 8 Bit Reverse */
  5790.  
  5791. private upd_proc_pxlget(upd_pxlget16f); /* 16 Bit Forward */
  5792. private upd_proc_pxlget(upd_pxlget16r); /* 16Bit Reverse */
  5793.  
  5794. private upd_proc_pxlget(upd_pxlget24f); /* 24 Bit Forward */
  5795. private upd_proc_pxlget(upd_pxlget24r); /* 24 Bit Reverse */
  5796.  
  5797. private upd_proc_pxlget(upd_pxlget32f); /* 32 Bit Forward */
  5798. private upd_proc_pxlget(upd_pxlget32r); /* 32 Bit Reverse */
  5799.  
  5800. /* Initialize Forward-Run */
  5801.  
  5802. private uint32
  5803. upd_pxlfwd(upd_p upd)
  5804. {
  5805.    if(!(upd->pxlptr = upd->gsscan)) {
  5806.  
  5807.       upd->pxlget = upd_pxlgetnix;
  5808.  
  5809.    } else {
  5810.       switch(upd->int_a[IA_COLOR_INFO].data[1]) {
  5811.          case  1: upd->pxlget = upd_pxlget1f1; break;
  5812.          case  2: upd->pxlget = upd_pxlget2f1; break;
  5813.          case  4: upd->pxlget = upd_pxlget4f1; break;
  5814.          case  8: upd->pxlget = upd_pxlget8f;  break;
  5815.          case 16: upd->pxlget = upd_pxlget16f; break;
  5816.          case 24: upd->pxlget = upd_pxlget24f; break;
  5817.          case 32: upd->pxlget = upd_pxlget32f; break;
  5818.          default:
  5819. #if UPD_MESSAGES & UPD_M_ERROR
  5820.            fprintf(stderr,"upd_pxlfwd: unsupported depth (%d)\n",
  5821.               upd->int_a[IA_COLOR_INFO].data[1]);
  5822. #endif
  5823.            upd->pxlget = upd_pxlgetnix;
  5824.            break;
  5825.       }
  5826.    }
  5827.    return (uint32) 0;
  5828. }
  5829.  
  5830. /* 1 Bit Forward */
  5831.  
  5832. private uint32
  5833. upd_pxlget1f1(upd_p upd)
  5834. {
  5835.    upd->pxlget = upd_pxlget1f2;
  5836.    return *upd->pxlptr   & 0x80 ? (uint32) 1 : (uint32) 0;
  5837. }
  5838.  
  5839. private uint32
  5840. upd_pxlget1f2(upd_p upd)
  5841. {
  5842.    upd->pxlget = upd_pxlget1f3;
  5843.    return *upd->pxlptr   & 0x40 ? (uint32) 1 : (uint32) 0;
  5844. }
  5845.  
  5846. private uint32
  5847. upd_pxlget1f3(upd_p upd)
  5848. {
  5849.    upd->pxlget = upd_pxlget1f4;
  5850.    return *upd->pxlptr   & 0x20 ? (uint32) 1 : (uint32) 0;
  5851. }
  5852.  
  5853. private uint32
  5854. upd_pxlget1f4(upd_p upd)
  5855. {
  5856.    upd->pxlget = upd_pxlget1f5;
  5857.    return *upd->pxlptr   & 0x10 ? (uint32) 1 : (uint32) 0;
  5858. }
  5859.  
  5860. private uint32
  5861. upd_pxlget1f5(upd_p upd)
  5862. {
  5863.    upd->pxlget = upd_pxlget1f6;
  5864.    return *upd->pxlptr   & 0x08 ? (uint32) 1 : (uint32) 0;
  5865. }
  5866.  
  5867. private uint32
  5868. upd_pxlget1f6(upd_p upd)
  5869. {
  5870.    upd->pxlget = upd_pxlget1f7;
  5871.    return *upd->pxlptr   & 0x04 ? (uint32) 1 : (uint32) 0;
  5872. }
  5873.  
  5874. private uint32
  5875. upd_pxlget1f7(upd_p upd)
  5876. {
  5877.    upd->pxlget = upd_pxlget1f8;
  5878.    return *upd->pxlptr   & 0x02 ? (uint32) 1 : (uint32) 0;
  5879. }
  5880.  
  5881. private uint32
  5882. upd_pxlget1f8(upd_p upd)
  5883. {
  5884.    upd->pxlget = upd_pxlget1f1;
  5885.    return *upd->pxlptr++ & 0x01 ? (uint32) 1 : (uint32) 0;
  5886. }
  5887.  
  5888. /* 2 Bit Forward */
  5889.  
  5890. private uint32
  5891. upd_pxlget2f1(upd_p upd)
  5892. {
  5893.    upd->pxlget = upd_pxlget2f2;
  5894.    return ((uint32) (*upd->pxlptr  ) & (uint32) 0xC0) >> 6;
  5895. }
  5896.  
  5897. private uint32
  5898. upd_pxlget2f2(upd_p upd)
  5899. {
  5900.    upd->pxlget = upd_pxlget2f3;
  5901.    return ((uint32) (*upd->pxlptr  ) & (uint32) 0x30) >> 4;
  5902. }
  5903.  
  5904. private uint32
  5905. upd_pxlget2f3(upd_p upd)
  5906. {
  5907.    upd->pxlget = upd_pxlget2f4;
  5908.    return ((uint32) (*upd->pxlptr  ) & (uint32) 0x0C) >> 2;
  5909. }
  5910.  
  5911. private uint32
  5912. upd_pxlget2f4(upd_p upd)
  5913. {
  5914.    upd->pxlget = upd_pxlget2f1;
  5915.    return  (uint32) (*upd->pxlptr++) & (uint32) 0x03;
  5916. }
  5917.  
  5918.  
  5919. /* 4 Bit Forward */
  5920. private uint32
  5921. upd_pxlget4f1(upd_p upd)
  5922. {
  5923.    upd->pxlget = upd_pxlget4f2;
  5924.    return ((uint32) (*upd->pxlptr  ) & (uint32) 0xF0) >> 4;
  5925. }
  5926.  
  5927. private uint32
  5928. upd_pxlget4f2(upd_p upd)
  5929. {
  5930.    upd->pxlget = upd_pxlget4f1;
  5931.    return  (uint32) (*upd->pxlptr++) & (uint32) 0x0F;
  5932. }
  5933.  
  5934.  
  5935. /* 8 Bit Forward */
  5936. private uint32
  5937. upd_pxlget8f(upd_p upd)
  5938. {
  5939.    return (uint32) (*upd->pxlptr++);
  5940. }
  5941.  
  5942.  
  5943. /* 16 Bit Forward */
  5944. private uint32
  5945. upd_pxlget16f(upd_p upd)
  5946. {
  5947.    uint32 ci  = (uint32) (*upd->pxlptr++) << 8;
  5948.                   ci |=                   *upd->pxlptr++;
  5949.    return         ci;
  5950. }
  5951.  
  5952. /* 24 Bit Forward */
  5953. private uint32
  5954. upd_pxlget24f(upd_p upd)
  5955. {
  5956.    uint32 ci  = (uint32) (*upd->pxlptr++) << 16;
  5957.           ci |= (uint32) (*upd->pxlptr++) <<  8;
  5958.           ci |=           *upd->pxlptr++;
  5959.    return ci;
  5960. }
  5961.  
  5962. /* 32 Bit Forward */
  5963. private uint32
  5964. upd_pxlget32f(upd_p upd)
  5965. {
  5966.    uint32 ci  = (uint32) (*upd->pxlptr++) << 24;
  5967.                   ci |= (uint32) (*upd->pxlptr++) << 16;
  5968.                   ci |= (uint32) (*upd->pxlptr++) <<  8;
  5969.                   ci |=                   *upd->pxlptr++;
  5970.    return         ci;
  5971. }
  5972.  
  5973.  
  5974. /* Dummy-Routine */
  5975.  
  5976. private uint32
  5977. upd_pxlgetnix(upd_p upd)
  5978. {
  5979.    return (uint32) 0;
  5980. }
  5981.  
  5982. /* Initialize Reverse-Run */
  5983.  
  5984. private uint32
  5985. upd_pxlrev(upd_p upd)
  5986. {
  5987.    const uint width = upd->pwidth < upd->gswidth ? upd->pwidth : upd->gswidth;
  5988.  
  5989.    if(!(upd->pxlptr = upd->gsscan)) {
  5990.  
  5991.       upd->pxlget = upd_pxlgetnix;
  5992.  
  5993.    } else {
  5994.       uint32 ofs = (uint32) upd->int_a[IA_COLOR_INFO].data[1] * (width-1);
  5995.  
  5996.       upd->pxlptr += ofs>>3;
  5997.  
  5998.       ofs &= 7;
  5999.  
  6000.       switch(upd->int_a[IA_COLOR_INFO].data[1]) {
  6001.          case  1: switch(ofs) {
  6002.                case 0:  upd->pxlget = upd_pxlget1r1; break;
  6003.                case 1:  upd->pxlget = upd_pxlget1r2; break;
  6004.                case 2:  upd->pxlget = upd_pxlget1r3; break;
  6005.                case 3:  upd->pxlget = upd_pxlget1r4; break;
  6006.                case 4:  upd->pxlget = upd_pxlget1r5; break;
  6007.                case 5:  upd->pxlget = upd_pxlget1r6; break;
  6008.                case 6:  upd->pxlget = upd_pxlget1r7; break;
  6009.                case 7:  upd->pxlget = upd_pxlget1r8; break;
  6010.             } break;
  6011.          case  2: switch(ofs) {
  6012.                case 0:  upd->pxlget = upd_pxlget2r1; break;
  6013.                case 2:  upd->pxlget = upd_pxlget2r2; break;
  6014.                case 4:  upd->pxlget = upd_pxlget2r3; break;
  6015.                case 6:  upd->pxlget = upd_pxlget2r4; break;
  6016.             } break;
  6017.          case  4: switch(ofs) {
  6018.                case 0:  upd->pxlget = upd_pxlget4r1; break;
  6019.                case 4:  upd->pxlget = upd_pxlget4r2; break;
  6020.             } break;
  6021.          case  8: upd->pxlget = upd_pxlget8r;  break;
  6022.          case 16:
  6023.             upd->pxlget  = upd_pxlget16r;
  6024.             upd->pxlptr += 1;
  6025.             break;
  6026.          case 24:
  6027.             upd->pxlget = upd_pxlget24r;
  6028.             upd->pxlptr += 2;
  6029.             break;
  6030.          case 32:
  6031.             upd->pxlget = upd_pxlget32r;
  6032.             upd->pxlptr += 3;
  6033.             break;
  6034.          default:
  6035. #if UPD_MESSAGES & UPD_M_ERROR
  6036.            fprintf(stderr,"upd_pxlrev: unsupported depth (%d)\n",
  6037.               upd->int_a[IA_COLOR_INFO].data[1]);
  6038. #endif
  6039.            upd->pxlget = upd_pxlgetnix;
  6040.            break;
  6041.       }
  6042.    }
  6043.    return (uint32) 0;
  6044. }
  6045.  
  6046. /* 1 Bit Reverse */
  6047.  
  6048. private uint32
  6049. upd_pxlget1r1(upd_p upd)
  6050. {
  6051.    upd->pxlget = upd_pxlget1r8;
  6052.    return *upd->pxlptr-- & 0x80 ? (uint32) 1 : (uint32) 0;
  6053. }
  6054.  
  6055. private uint32
  6056. upd_pxlget1r2(upd_p upd)
  6057. {
  6058.    upd->pxlget = upd_pxlget1r1;
  6059.    return *upd->pxlptr   & 0x40 ? (uint32) 1 : (uint32) 0;
  6060. }
  6061.  
  6062. private uint32
  6063. upd_pxlget1r3(upd_p upd)
  6064. {
  6065.    upd->pxlget = upd_pxlget1r2;
  6066.    return *upd->pxlptr   & 0x20 ? (uint32) 1 : (uint32) 0;
  6067. }
  6068.  
  6069. private uint32
  6070. upd_pxlget1r4(upd_p upd)
  6071. {
  6072.    upd->pxlget = upd_pxlget1r3;
  6073.    return *upd->pxlptr   & 0x10 ? (uint32) 1 : (uint32) 0;
  6074. }
  6075.  
  6076. private uint32
  6077. upd_pxlget1r5(upd_p upd)
  6078. {
  6079.    upd->pxlget = upd_pxlget1r4;
  6080.    return *upd->pxlptr   & 0x08 ? (uint32) 1 : (uint32) 0;
  6081. }
  6082.  
  6083. private uint32
  6084. upd_pxlget1r6(upd_p upd)
  6085. {
  6086.    upd->pxlget = upd_pxlget1r5;
  6087.    return *upd->pxlptr   & 0x04 ? (uint32) 1 : (uint32) 0;
  6088. }
  6089.  
  6090. private uint32
  6091. upd_pxlget1r7(upd_p upd)
  6092. {
  6093.    upd->pxlget = upd_pxlget1r6;
  6094.    return *upd->pxlptr   & 0x02 ? (uint32) 1 : (uint32) 0;
  6095. }
  6096.  
  6097. private uint32
  6098. upd_pxlget1r8(upd_p upd)
  6099. {
  6100.    upd->pxlget = upd_pxlget1r7;
  6101.    return *upd->pxlptr   & 0x01 ? (uint32) 1 : (uint32) 0;
  6102. }
  6103.  
  6104. /* 2 Bit Reverse */
  6105.  
  6106. private uint32
  6107. upd_pxlget2r1(upd_p upd)
  6108. {
  6109.    upd->pxlget = upd_pxlget2r4;
  6110.    return ((uint32) (*upd->pxlptr--) & (uint32) 0xC0) >> 6;
  6111. }
  6112.  
  6113. private uint32
  6114. upd_pxlget2r2(upd_p upd)
  6115. {
  6116.    upd->pxlget = upd_pxlget2r1;
  6117.    return ((uint32) (*upd->pxlptr  ) & (uint32) 0x30) >> 4;
  6118. }
  6119.  
  6120. private uint32
  6121. upd_pxlget2r3(upd_p upd)
  6122. {
  6123.    upd->pxlget = upd_pxlget2r2;
  6124.    return ((uint32) (*upd->pxlptr  ) & (uint32) 0x0C) >> 2;
  6125. }
  6126.  
  6127. private uint32
  6128. upd_pxlget2r4(upd_p upd)
  6129. {
  6130.    upd->pxlget = upd_pxlget2r3;
  6131.    return  (uint32) (*upd->pxlptr  ) & (uint32) 0x03;
  6132. }
  6133.  
  6134. /* 4 Bit Reverse */
  6135.  
  6136. private uint32
  6137. upd_pxlget4r1(upd_p upd)
  6138. {
  6139.    upd->pxlget = upd_pxlget4r2;
  6140.    return ((uint32) (*upd->pxlptr--) & (uint32) 0xF0) >> 4;
  6141. }
  6142.  
  6143. private uint32
  6144. upd_pxlget4r2(upd_p upd)
  6145. {
  6146.    upd->pxlget = upd_pxlget4r1;
  6147.    return  (uint32) (*upd->pxlptr  ) & (uint32) 0x0F;
  6148. }
  6149.  
  6150.  
  6151. /* 8 Bit Reverse */
  6152. private uint32
  6153. upd_pxlget8r(upd_p upd)
  6154. {
  6155.    return (uint32) (*upd->pxlptr--);
  6156. }
  6157.  
  6158.  
  6159. /* 16 Bit Reverse */
  6160. private uint32
  6161. upd_pxlget16r(upd_p upd)
  6162. {
  6163.    uint32 ci  =                   *upd->pxlptr--;
  6164.                   ci |= (uint32) (*upd->pxlptr--) << 8;
  6165.    return         ci;
  6166. }
  6167.  
  6168. /* 24 Bit Reverse */
  6169. private uint32
  6170. upd_pxlget24r(upd_p upd)
  6171. {
  6172.    uint32 ci  =           *upd->pxlptr--;
  6173.           ci |= (uint32) (*upd->pxlptr--) <<  8;
  6174.           ci |= (uint32) (*upd->pxlptr--) << 16;
  6175.    return ci;
  6176. }
  6177.  
  6178. /* 32 Bit Reverse */
  6179. private uint32
  6180. upd_pxlget32r(upd_p upd)
  6181. {
  6182.    uint32 ci  =                   *upd->pxlptr--;
  6183.                   ci |= (uint32) (*upd->pxlptr--) <<  8;
  6184.                   ci |= (uint32) (*upd->pxlptr--) << 16;
  6185.                   ci |= (uint32) (*upd->pxlptr--) << 24;
  6186.    return         ci;
  6187. }
  6188.